#767453

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

Shades of Kokoda #767453

Tints of Kokoda #767453

Color information

#767453 (or 0x767453) is unknown color: approx Kokoda. HEX triplet: 76, 74 and 53. RGB value is (118,116,83). Sum of RGB (Red+Green+Blue) = 118+116+83=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #767453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767453 is #898BAC. Grayscale: #707070. Windows color (decimal): -9014189 or 5469302. OLE color: 5469302.

HSL color Cylindrical-coordinate representation of color #767453: hue angle of 56.57º 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 #767453 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB11811683-
CMYK00.020.300.54
HSL56.57º17.41%39.41%-
HSV(B)56.57º29.66%46.27%-
XYZ15.2816.9710.65-
YUV112.84111.16131.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.22%
GREEN value IS 116 (45.70% from 255) = 36.59%
BLUE value IS 83 (32.81% from 255) = 26.18%
R=37.22%
G=36.59%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181168300.020.300.5456.5717.4139.41
Hex767453021E36391127
Octal166164123023666712147
Binary1110110111010010100110101111011011011100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767453; }

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

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

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

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

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

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

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

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