#7C7C51

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

Shades of Kokoda #7C7C51

Tints of Kokoda #7C7C51

Color information

#7C7C51 (or 0x7C7C51) is unknown color: approx Kokoda. HEX triplet: 7C, 7C and 51. RGB value is (124,124,81). Sum of RGB (Red+Green+Blue) = 124+124+81=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 124 - color contains mainly: red, green. Hex color #7C7C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7C51 is #8383AE. Grayscale: #777777. Windows color (decimal): -8618927 or 5340284. OLE color: 5340284.

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

Color convert

RGB12412481-
CMYK000.350.51
HSL60º20.98%40.2%-
HSV(B)60º34.68%48.63%-
XYZ17.0119.2910.61-
YUV119.1106.5131.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.69%
GREEN value IS 124 (48.83% from 255) = 37.69%
BLUE value IS 81 (32.03% from 255) = 24.62%
R=37.69%
G=37.69%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12412481000.350.516020.9840.2
Hex7C7C510023333c1528
Octal174174121004363742550
Binary1111100111110010100010010001111001111110010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,124,81); }

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

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

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

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

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

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

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