Html Css Color HEX #7E8465 Bitter

📋 copy color: '#7E8465'

red 126 ◦ green 132 ◦ blue 101

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

Shades of Bitter #7E8465

Tints of Bitter #7E8465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.77%

 BLUE value IS 101 (39.84% from 255) = 28.13%

R = 35.1%
G = 36.77%
B = 28.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#7E8465 (or 0x7E8465) is known color: Bitter. HEX triplet: 7E, 84 and 65. RGB value is (126,132,101). Sum of RGB (Red+Green+Blue) = 126+132+101=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 132 - color contains mainly: green. Hex color #7E8465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8465 is #817B9A. Grayscale: #7E7E7E. Windows color (decimal): -8485787 or 6653054. OLE color: 6653054.

HSL color Cylindrical-coordinate representation of color #7E8465: hue angle of 71.61º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7E8465 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 126 132 101 -
CMYK 0.05 0 0.23 0.48
HSL 71.61º 0.13% 0.46% -
HSV(B) 71.61º 0.23% 0.52% -
XYZ 19.2 21.88 15.52 -
YUV 126.67 113.51 127.52 -
System Red Green Blue C M Y K H S L
Decimal 126 132 101 0.05 0 0.23 0.48 71.61 0.13 0.46
Hex 7E 84 65 5 0 17 30 48 D 2E
Octal 176 204 145 5 0 27 60 110 15 56
Binary 1111110 10000100 1100101 101 0 10111 110000 1001000 1101 101110

Color Harmonies of #7E8465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8465

Black with #7E8465

Text Example


Text Example

White with #7E8465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,132,101); }

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

background-color css

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

 a { background-color: rgb(126,132,101); }

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

border-color css

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

 span { border-color: rgb(126,132,101); }

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