Html Css Color HEX #667772 Rolling Stone

📋 copy color: '#667772'

red 102 ◦ green 119 ◦ blue 114

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

Shades of Rolling Stone #667772

Tints of Rolling Stone #667772

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.52%

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

R = 30.45%
G = 35.52%
B = 34.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#667772 (or 0x667772) is known color: Rolling Stone. HEX triplet: 66, 77 and 72. RGB value is (102,119,114). Sum of RGB (Red+Green+Blue) = 102+119+114=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 119 - color contains mainly: green. Hex color #667772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667772 is #99888D. Grayscale: #717171. Windows color (decimal): -10061966 or 7501670. OLE color: 7501670.

HSL color Cylindrical-coordinate representation of color #667772: hue angle of 162.35º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #667772 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 119 114 -
CMYK 0.14 0 0.04 0.53
HSL 162.35º 0.08% 0.43% -
HSV(B) 162.35º 0.14% 0.47% -
XYZ 15.11 17.23 18.45 -
YUV 113.35 128.37 119.91 -
System Red Green Blue C M Y K H S L
Decimal 102 119 114 0.14 0 0.04 0.53 162.35 0.08 0.43
Hex 66 77 72 E 0 4 35 A2 8 2B
Octal 146 167 162 16 0 4 65 242 10 53
Binary 1100110 1110111 1110010 1110 0 100 110101 10100010 1000 101011

Color Harmonies of #667772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667772

Black with #667772

Text Example


Text Example

White with #667772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667772; }

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

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

background-color css

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

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

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

border-color css

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

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

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