#7C7952

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

Shades of Kokoda #7C7952

Tints of Kokoda #7C7952

Color information

#7C7952 (or 0x7C7952) is unknown color: approx Kokoda. HEX triplet: 7C, 79 and 52. RGB value is (124,121,82). Sum of RGB (Red+Green+Blue) = 124+121+82=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7952 is #8386AD. Grayscale: #757575. Windows color (decimal): -8619694 or 5405052. OLE color: 5405052.

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

Color convert

RGB12412182-
CMYK00.020.340.51
HSL55.71º20.39%40.39%-
HSV(B)55.71º33.87%48.63%-
XYZ16.6718.5710.69-
YUV117.45107.99132.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.92%
GREEN value IS 121 (47.66% from 255) = 37.00%
BLUE value IS 82 (32.42% from 255) = 25.08%
R=37.92%
G=37.00%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241218200.020.340.5155.7120.3940.39
Hex7C7952022233381428
Octal174171122024263702450
Binary11111001111001101001001010001011001111100010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,121,82); }

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

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

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

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

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

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

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