#7C7B5D

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

Shades of Kokoda #7C7B5D

Tints of Kokoda #7C7B5D

Color information

#7C7B5D (or 0x7C7B5D) is unknown color: approx Kokoda. HEX triplet: 7C, 7B and 5D. RGB value is (124,123,93). Sum of RGB (Red+Green+Blue) = 124+123+93=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7B5D is #8384A2. Grayscale: #777777. Windows color (decimal): -8619171 or 6126460. OLE color: 6126460.

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

Color convert

RGB12412393-
CMYK00.010.250.51
HSL58.06º14.29%42.55%-
HSV(B)58.06º25%48.63%-
XYZ17.3719.2413.15-
YUV119.88112.83130.94-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.47%
GREEN value IS 123 (48.44% from 255) = 36.18%
BLUE value IS 93 (36.72% from 255) = 27.35%
R=36.47%
G=36.18%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241239300.010.250.5158.0614.2942.55
Hex7C7B5D0119333ae2b
Octal174173135013163721653
Binary11111001111011101110101110011100111110101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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