#7C7852

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

Shades of Kokoda #7C7852

Tints of Kokoda #7C7852

Color information

#7C7852 (or 0x7C7852) is unknown color: approx Kokoda. HEX triplet: 7C, 78 and 52. RGB value is (124,120,82). Sum of RGB (Red+Green+Blue) = 124+120+82=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7852 is #8387AD. Grayscale: #757575. Windows color (decimal): -8619950 or 5404796. OLE color: 5404796.

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

Color convert

RGB12412082-
CMYK00.030.340.51
HSL54.29º20.39%40.39%-
HSV(B)54.29º33.87%48.63%-
XYZ16.5518.3310.65-
YUV116.86108.33133.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.04%
GREEN value IS 120 (47.27% from 255) = 36.81%
BLUE value IS 82 (32.42% from 255) = 25.15%
R=38.04%
G=36.81%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241208200.030.340.5154.2920.3940.39
Hex7C7852032233361428
Octal174170122034263662450
Binary11111001111000101001001110001011001111011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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