Html Css Color HEX #667672 Rolling Stone

📋 copy color: '#667672'

red 102 ◦ green 118 ◦ blue 114

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

Shades of Rolling Stone #667672

Tints of Rolling Stone #667672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.13%

R = 30.54%
G = 35.33%
B = 34.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#667672 (or 0x667672) is known color: Rolling Stone. HEX triplet: 66, 76 and 72. RGB value is (102,118,114). Sum of RGB (Red+Green+Blue) = 102+118+114=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 118 - color contains mainly: green. Hex color #667672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667672 is #99898D. Grayscale: #707070. Windows color (decimal): -10062222 or 7501414. OLE color: 7501414.

HSL color Cylindrical-coordinate representation of color #667672: hue angle of 165º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #667672 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 118 114 -
CMYK 0.14 0 0.03 0.54
HSL 165º 0.07% 0.43% -
HSV(B) 165º 0.14% 0.46% -
XYZ 15 17 18.41 -
YUV 112.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 102 118 114 0.14 0 0.03 0.54 165 0.07 0.43
Hex 66 76 72 E 0 3 36 A5 7 2B
Octal 146 166 162 16 0 3 66 245 7 53
Binary 1100110 1110110 1110010 1110 0 11 110110 10100101 111 101011

Color Harmonies of #667672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667672

Black with #667672

Text Example


Text Example

White with #667672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667672; }

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

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

background-color css

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

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

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

border-color css

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

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

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