#7C7B50

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

Shades of Kokoda #7C7B50

Tints of Kokoda #7C7B50

Color information

#7C7B50 (or 0x7C7B50) is unknown color: approx Kokoda. HEX triplet: 7C, 7B and 50. RGB value is (124,123,80). Sum of RGB (Red+Green+Blue) = 124+123+80=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7B50 is #8384AF. Grayscale: #767676. Windows color (decimal): -8619184 or 5274492. OLE color: 5274492.

HSL color Cylindrical-coordinate representation of color #7C7B50: hue angle of 58.64º degrees, saturation: 0.22, 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 #7C7B50 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB12412380-
CMYK00.010.350.51
HSL58.64º21.57%40%-
HSV(B)58.64º35.48%48.63%-
XYZ16.8419.0310.37-
YUV118.4106.33132-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.92%
GREEN value IS 123 (48.44% from 255) = 37.61%
BLUE value IS 80 (31.64% from 255) = 24.46%
R=37.92%
G=37.61%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241238000.010.350.5158.6421.5740
Hex7C7B500123333b1628
Octal174173120014363732650
Binary1111100111101110100000110001111001111101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,123,80); }

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

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

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

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

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

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

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