#7C7762

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

Shades of Kokoda #7C7762

Tints of Kokoda #7C7762

Color information

#7C7762 (or 0x7C7762) is unknown color: approx Kokoda. HEX triplet: 7C, 77 and 62. RGB value is (124,119,98). Sum of RGB (Red+Green+Blue) = 124+119+98=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7762 is #83889D. Grayscale: #767676. Windows color (decimal): -8620190 or 6453116. OLE color: 6453116.

HSL color Cylindrical-coordinate representation of color #7C7762: hue angle of 48.46º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C7762 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB12411998-
CMYK00.040.210.51
HSL48.46º11.71%43.53%-
HSV(B)48.46º20.97%48.63%-
XYZ17.1118.3614.2-
YUV118.1116.66132.21-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.36%
GREEN value IS 119 (46.88% from 255) = 34.90%
BLUE value IS 98 (38.67% from 255) = 28.74%
R=36.36%
G=34.90%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241199800.040.210.5148.4611.7143.53
Hex7C776204153330c2c
Octal174167142042563601454
Binary1111100111011111000100100101011100111100001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,119,98); }

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

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

 a { background-color: rgb(124,119,98); }

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

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

 span { border-color: rgb(124,119,98); }

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