Html Css Color HEX #7E7855 Kokoda

📋 copy color: '#7E7855'

red 126 ◦ green 120 ◦ blue 85

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

Shades of Kokoda #7E7855

Tints of Kokoda #7E7855

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.25%

 BLUE value IS 85 (33.59% from 255) = 25.68%

R = 38.07%
G = 36.25%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#7E7855 (or 0x7E7855) is known color: Kokoda. HEX triplet: 7E, 78 and 55. RGB value is (126,120,85). Sum of RGB (Red+Green+Blue) = 126+120+85=331 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.07% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7855 is #8187AA. Grayscale: #757575. Windows color (decimal): -8488875 or 5601406. OLE color: 5601406.

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

Color convert

RGB 126 120 85 -
CMYK 0 0.05 0.33 0.51
HSL 51.22º 0.19% 0.41% -
HSV(B) 51.22º 0.33% 0.49% -
XYZ 16.96 18.52 11.28 -
YUV 117.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 126 120 85 0 0.05 0.33 0.51 51.22 0.19 0.41
Hex 7E 78 55 0 5 21 33 33 13 29
Octal 176 170 125 0 5 41 63 63 23 51
Binary 1111110 1111000 1010101 0 101 100001 110011 110011 10011 101001

Color Harmonies of #7E7855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7855

Black with #7E7855

Text Example


Text Example

White with #7E7855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,120,85); }

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

background-color css

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

 a { background-color: rgb(126,120,85); }

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

border-color css

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

 span { border-color: rgb(126,120,85); }

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