Html Css Color HEX #7E8166 Bitter

📋 copy color: '#7E8166'

red 126 ◦ green 129 ◦ blue 102

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

Shades of Bitter #7E8166

Tints of Bitter #7E8166

RGB

 RED value IS 126 (49.61% from 255) = 35.29%

 GREEN value IS 129 (50.78% from 255) = 36.13%

 BLUE value IS 102 (40.23% from 255) = 28.57%

R = 35.29%
G = 36.13%
B = 28.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#7E8166 (or 0x7E8166) is known color: Bitter. HEX triplet: 7E, 81 and 66. RGB value is (126,129,102). Sum of RGB (Red+Green+Blue) = 126+129+102=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 129 - color contains mainly: green. Hex color #7E8166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8166 is #817E99. Grayscale: #7D7D7D. Windows color (decimal): -8486554 or 6717822. OLE color: 6717822.

HSL color Cylindrical-coordinate representation of color #7E8166: hue angle of 66.67º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E8166 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 126 129 102 -
CMYK 0.02 0 0.21 0.49
HSL 66.67º 0.12% 0.45% -
HSV(B) 66.67º 0.21% 0.51% -
XYZ 18.85 21.1 15.65 -
YUV 125.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 126 129 102 0.02 0 0.21 0.49 66.67 0.12 0.45
Hex 7E 81 66 2 0 15 31 43 C 2D
Octal 176 201 146 2 0 25 61 103 14 55
Binary 1111110 10000001 1100110 10 0 10101 110001 1000011 1100 101101

Color Harmonies of #7E8166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8166

Black with #7E8166

Text Example


Text Example

White with #7E8166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E8166; }

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

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

background-color css

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

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

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

border-color css

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

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

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