Html Css Color HEX #667E7A Rolling Stone

📋 copy color: '#667E7A'

red 102 ◦ green 126 ◦ blue 122

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

Shades of Rolling Stone #667E7A

Tints of Rolling Stone #667E7A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36%

 BLUE value IS 122 (48.05% from 255) = 34.86%

R = 29.14%
G = 36%
B = 34.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#667E7A (or 0x667E7A) is known color: Rolling Stone. HEX triplet: 66, 7E and 7A. RGB value is (102,126,122). Sum of RGB (Red+Green+Blue) = 102+126+122=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 126 - color contains mainly: green. Hex color #667E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667E7A is #998185. Grayscale: #767676. Windows color (decimal): -10060166 or 8027750. OLE color: 8027750.

HSL color Cylindrical-coordinate representation of color #667E7A: hue angle of 170º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #667E7A is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 126 122 -
CMYK 0.19 0 0.03 0.51
HSL 170º 0.11% 0.45% -
HSV(B) 170º 0.19% 0.49% -
XYZ 16.45 19.15 21.24 -
YUV 118.37 130.05 116.33 -
System Red Green Blue C M Y K H S L
Decimal 102 126 122 0.19 0 0.03 0.51 170 0.11 0.45
Hex 66 7E 7A 13 0 3 33 AA B 2D
Octal 146 176 172 23 0 3 63 252 13 55
Binary 1100110 1111110 1111010 10011 0 11 110011 10101010 1011 101101

Color Harmonies of #667E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667E7A

Black with #667E7A

Text Example


Text Example

White with #667E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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