Html Css Color HEX #667B76 Rolling Stone

📋 copy color: '#667B76'

red 102 ◦ green 123 ◦ blue 118

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

Shades of Rolling Stone #667B76

Tints of Rolling Stone #667B76

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.86%

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

R = 29.74%
G = 35.86%
B = 34.4%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#667B76 (or 0x667B76) is known color: Rolling Stone. HEX triplet: 66, 7B and 76. RGB value is (102,123,118). Sum of RGB (Red+Green+Blue) = 102+123+118=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 123 - color contains mainly: green. Hex color #667B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667B76 is #998489. Grayscale: #747474. Windows color (decimal): -10060938 or 7764838. OLE color: 7764838.

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

Color convert

RGB 102 123 118 -
CMYK 0.17 0 0.04 0.52
HSL 165.71º 0.09% 0.44% -
HSV(B) 165.71º 0.17% 0.48% -
XYZ 15.83 18.3 19.84 -
YUV 116.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 102 123 118 0.17 0 0.04 0.52 165.71 0.09 0.44
Hex 66 7B 76 11 0 4 34 A6 9 2C
Octal 146 173 166 21 0 4 64 246 11 54
Binary 1100110 1111011 1110110 10001 0 100 110100 10100110 1001 101100

Color Harmonies of #667B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667B76

Black with #667B76

Text Example


Text Example

White with #667B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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