#7C7B4D

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

Shades of Kokoda #7C7B4D

Tints of Kokoda #7C7B4D

Color information

#7C7B4D (or 0x7C7B4D) is unknown color: approx Kokoda. HEX triplet: 7C, 7B and 4D. RGB value is (124,123,77). Sum of RGB (Red+Green+Blue) = 124+123+77=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7B4D is #8384B2. Grayscale: #767676. Windows color (decimal): -8619187 or 5077884. OLE color: 5077884.

HSL color Cylindrical-coordinate representation of color #7C7B4D: hue angle of 58.72º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C7B4D is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB12412377-
CMYK00.010.380.51
HSL58.72º23.38%39.41%-
HSV(B)58.72º37.9%48.63%-
XYZ16.7318.999.8-
YUV118.06104.83132.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.27%
GREEN value IS 123 (48.44% from 255) = 37.96%
BLUE value IS 77 (30.47% from 255) = 23.77%
R=38.27%
G=37.96%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241237700.010.380.5158.7223.3839.41
Hex7C7B4D0126333b1727
Octal174173115014663732747
Binary1111100111101110011010110011011001111101110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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