Html Css Color HEX #667775 Rolling Stone

📋 copy color: '#667775'

red 102 ◦ green 119 ◦ blue 117

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

Shades of Rolling Stone #667775

Tints of Rolling Stone #667775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.62%

R = 30.18%
G = 35.21%
B = 34.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#667775 (or 0x667775) is known color: Rolling Stone. HEX triplet: 66, 77 and 75. RGB value is (102,119,117). Sum of RGB (Red+Green+Blue) = 102+119+117=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 119 - color contains mainly: green. Hex color #667775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667775 is #99888A. Grayscale: #717171. Windows color (decimal): -10061963 or 7698278. OLE color: 7698278.

HSL color Cylindrical-coordinate representation of color #667775: hue angle of 172.94º 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 #667775 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 119 117 -
CMYK 0.14 0 0.02 0.53
HSL 172.94º 0.08% 0.43% -
HSV(B) 172.94º 0.14% 0.47% -
XYZ 15.29 17.3 19.36 -
YUV 113.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 102 119 117 0.14 0 0.02 0.53 172.94 0.08 0.43
Hex 66 77 75 E 0 2 35 AD 8 2B
Octal 146 167 165 16 0 2 65 255 10 53
Binary 1100110 1110111 1110101 1110 0 10 110101 10101101 1000 101011

Color Harmonies of #667775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667775

Black with #667775

Text Example


Text Example

White with #667775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667775; }

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

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

background-color css

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

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

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

border-color css

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

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

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