Html Css Color HEX #757677 Raven

📋 copy color: '#757677'

red 117 ◦ green 118 ◦ blue 119

#757677
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raven #757677

Tints of Raven #757677

RGB

 RED value IS 117 (46.09% from 255) = 33.05%

 GREEN value IS 118 (46.48% from 255) = 33.33%

 BLUE value IS 119 (46.88% from 255) = 33.62%

R = 33.05%
G = 33.33%
B = 33.62%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#757677 (or 0x757677) is known color: Raven. HEX triplet: 75, 76 and 77. RGB value is (117,118,119). Sum of RGB (Red+Green+Blue) = 117+118+119=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 119 - color contains mainly: blue. Hex color #757677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757677 is #8A8988. Grayscale: #757575. Windows color (decimal): -9079177 or 7829109. OLE color: 7829109.

HSL color Cylindrical-coordinate representation of color #757677: hue angle of 210º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #757677 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 118 119 -
CMYK 0.02 0.01 0 0.53
HSL 210º 0.01% 0.46% -
HSV(B) 210º 0.02% 0.47% -
XYZ 17.14 18.07 20.04 -
YUV 117.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 117 118 119 0.02 0.01 0 0.53 210 0.01 0.46
Hex 75 76 77 2 1 0 35 D2 1 2E
Octal 165 166 167 2 1 0 65 322 1 56
Binary 1110101 1110110 1110111 10 1 0 110101 11010010 1 101110

Color Harmonies of #757677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757677

Black with #757677

Text Example


Text Example

White with #757677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757677; }

 p { color: rgb(117,118,119); }

 H1.HeaderClassName
 {
   color: #757677;
 }
 .AnyTagClassName
 {
   color: #757677;
 }
</style>

background-color css

<style>
 a { background-color: #757677; }

 a { background-color: rgb(117,118,119); }

 div.DivClassName
 {
   background-color: #757677;
 }
 .BgClassName
 {
   background-color: #757677;
 }
</style>

border-color css

<style>
 span { border-color: #757677; }

 span { border-color: rgb(117,118,119); }

 td.TdClassName
 {
   border-color: #757677;
 }
 .TagClassName
 {
   border-color: #757677;
 }
</style>