#767353

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

Shades of Kokoda #767353

Tints of Kokoda #767353

Color information

#767353 (or 0x767353) is unknown color: approx Kokoda. HEX triplet: 76, 73 and 53. RGB value is (118,115,83). Sum of RGB (Red+Green+Blue) = 118+115+83=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #767353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767353 is #898CAC. Grayscale: #707070. Windows color (decimal): -9014445 or 5469046. OLE color: 5469046.

HSL color Cylindrical-coordinate representation of color #767353: hue angle of 54.86º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #767353 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB11811583-
CMYK00.030.300.54
HSL54.86º17.41%39.41%-
HSV(B)54.86º29.66%46.27%-
XYZ15.1616.7410.62-
YUV112.25111.49132.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 115 (45.31% from 255) = 36.39%
BLUE value IS 83 (32.81% from 255) = 26.27%
R=37.34%
G=36.39%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181158300.030.300.5454.8617.4139.41
Hex767353031E36371127
Octal166163123033666672147
Binary1110110111001110100110111111011011011011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767353; }

 p { color: rgb(118,115,83); }

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

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

 a { background-color: rgb(118,115,83); }

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

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

 span { border-color: rgb(118,115,83); }

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