Html Css Color HEX #667D77 Rolling Stone

📋 copy color: '#667D77'

red 102 ◦ green 125 ◦ blue 119

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

Shades of Rolling Stone #667D77

Tints of Rolling Stone #667D77

RGB

 RED value IS 102 (40.23% from 255) = 29.48%

 GREEN value IS 125 (49.22% from 255) = 36.13%

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

R = 29.48%
G = 36.13%
B = 34.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#667D77 (or 0x667D77) is known color: Rolling Stone. HEX triplet: 66, 7D and 77. RGB value is (102,125,119). Sum of RGB (Red+Green+Blue) = 102+125+119=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 125 - color contains mainly: green. Hex color #667D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667D77 is #998288. Grayscale: #757575. Windows color (decimal): -10060425 or 7830886. OLE color: 7830886.

HSL color Cylindrical-coordinate representation of color #667D77: hue angle of 164.35º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #667D77 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 125 119 -
CMYK 0.18 0 0.05 0.51
HSL 164.35º 0.1% 0.45% -
HSV(B) 164.35º 0.18% 0.49% -
XYZ 16.14 18.82 20.24 -
YUV 117.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 102 125 119 0.18 0 0.05 0.51 164.35 0.1 0.45
Hex 66 7D 77 12 0 5 33 A4 A 2D
Octal 146 175 167 22 0 5 63 244 12 55
Binary 1100110 1111101 1110111 10010 0 101 110011 10100100 1010 101101

Color Harmonies of #667D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667D77

Black with #667D77

Text Example


Text Example

White with #667D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667D77; }

 p { color: rgb(102,125,119); }

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

background-color css

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

 a { background-color: rgb(102,125,119); }

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

border-color css

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

 span { border-color: rgb(102,125,119); }

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