Html Css Color HEX #7E7951 Kokoda

📋 copy color: '#7E7951'

red 126 ◦ green 121 ◦ blue 81

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

Shades of Kokoda #7E7951

Tints of Kokoda #7E7951

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.89%

 BLUE value IS 81 (32.03% from 255) = 24.7%

R = 38.41%
G = 36.89%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7E7951 (or 0x7E7951) is known color: Kokoda. HEX triplet: 7E, 79 and 51. RGB value is (126,121,81). Sum of RGB (Red+Green+Blue) = 126+121+81=328 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.41% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7951 is #8186AE. Grayscale: #767676. Windows color (decimal): -8488623 or 5339518. OLE color: 5339518.

HSL color Cylindrical-coordinate representation of color #7E7951: hue angle of 53.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7E7951 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 121 81 -
CMYK 0 0.04 0.36 0.51
HSL 53.33º 0.22% 0.41% -
HSV(B) 53.33º 0.36% 0.49% -
XYZ 16.93 18.7 10.5 -
YUV 117.94 107.16 133.75 -
System Red Green Blue C M Y K H S L
Decimal 126 121 81 0 0.04 0.36 0.51 53.33 0.22 0.41
Hex 7E 79 51 0 4 24 33 35 16 29
Octal 176 171 121 0 4 44 63 65 26 51
Binary 1111110 1111001 1010001 0 100 100100 110011 110101 10110 101001

Color Harmonies of #7E7951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7951

Black with #7E7951

Text Example


Text Example

White with #7E7951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,121,81); }

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

background-color css

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

 a { background-color: rgb(126,121,81); }

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

border-color css

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

 span { border-color: rgb(126,121,81); }

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