#7E7A54

Color #7E7A54 Kokoda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kokoda #7E7A54

Tints of Kokoda #7E7A54

Color information

#7E7A54 (or 0x7E7A54) is unknown color: approx Kokoda. HEX triplet: 7E, 7A and 54. RGB value is (126,122,84). Sum of RGB (Red+Green+Blue) = 126+122+84=332 (43% of max value = 765). Red value is 126 (49.61% from 255 or 37.95% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7A54 is #8185AB. Grayscale: #777777. Windows color (decimal): -8488364 or 5536382. OLE color: 5536382.

HSL color Cylindrical-coordinate representation of color #7E7A54: hue angle of 54.29º degrees, saturation: 0.2, 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 #7E7A54 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB12612284-
CMYK00.030.330.51
HSL54.29º20%41.18%-
HSV(B)54.29º33.33%49.41%-
XYZ17.1618.9911.15-
YUV118.86108.33133.09-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.95%
GREEN value IS 122 (48.05% from 255) = 36.75%
BLUE value IS 84 (33.20% from 255) = 25.30%
R=37.95%
G=36.75%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261228400.030.330.5154.292041.18
Hex7E7A54032133361429
Octal176172124034163662451
Binary11111101111010101010001110000111001111011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E7A54;
 }
 .AnyTagClassName
 {
   color: #7E7A54;
 }
</style>
background-color css

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

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

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

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

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

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