Html Css Color HEX #667A76 Rolling Stone

📋 copy color: '#667A76'

red 102 ◦ green 122 ◦ blue 118

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

Shades of Rolling Stone #667A76

Tints of Rolling Stone #667A76

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.67%

 BLUE value IS 118 (46.48% from 255) = 34.5%

R = 29.82%
G = 35.67%
B = 34.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#667A76 (or 0x667A76) is known color: Rolling Stone. HEX triplet: 66, 7A and 76. RGB value is (102,122,118). Sum of RGB (Red+Green+Blue) = 102+122+118=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 122 - color contains mainly: green. Hex color #667A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667A76 is #998589. Grayscale: #737373. Windows color (decimal): -10061194 or 7764582. OLE color: 7764582.

HSL color Cylindrical-coordinate representation of color #667A76: hue angle of 168º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #667A76 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB 102 122 118 -
CMYK 0.16 0 0.03 0.52
HSL 168º 0.09% 0.44% -
HSV(B) 168º 0.16% 0.48% -
XYZ 15.71 18.05 19.8 -
YUV 115.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 102 122 118 0.16 0 0.03 0.52 168 0.09 0.44
Hex 66 7A 76 10 0 3 34 A8 9 2C
Octal 146 172 166 20 0 3 64 250 11 54
Binary 1100110 1111010 1110110 10000 0 11 110100 10101000 1001 101100

Color Harmonies of #667A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667A76

Black with #667A76

Text Example


Text Example

White with #667A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,122,118); }

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

background-color css

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

 a { background-color: rgb(102,122,118); }

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

border-color css

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

 span { border-color: rgb(102,122,118); }

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