#7C7555

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

Shades of Kokoda #7C7555

Tints of Kokoda #7C7555

Color information

#7C7555 (or 0x7C7555) is unknown color: approx Kokoda. HEX triplet: 7C, 75 and 55. RGB value is (124,117,85). Sum of RGB (Red+Green+Blue) = 124+117+85=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7555 is #838AAA. Grayscale: #737373. Windows color (decimal): -8620715 or 5600636. OLE color: 5600636.

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

Color convert

RGB12411785-
CMYK00.060.310.51
HSL49.23º18.66%40.98%-
HSV(B)49.23º31.45%48.63%-
XYZ16.3117.6611.14-
YUV115.44110.82134.1-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.04%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 85 (33.59% from 255) = 26.07%
R=38.04%
G=35.89%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241178500.060.310.5149.2318.6640.98
Hex7C7555061F33311329
Octal174165125063763612351
Binary11111001110101101010101101111111001111000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,117,85); }

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

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

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

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

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

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

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