#737055

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

Shades of Kokoda #737055

Tints of Kokoda #737055

Color information

#737055 (or 0x737055) is unknown color: approx Kokoda. HEX triplet: 73, 70 and 55. RGB value is (115,112,85). Sum of RGB (Red+Green+Blue) = 115+112+85=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 115 - color contains mainly: red. Hex color #737055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737055 is #8C8FAA. Grayscale: #6D6D6D. Windows color (decimal): -9211819 or 5599347. OLE color: 5599347.

HSL color Cylindrical-coordinate representation of color #737055: hue angle of 54º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #737055 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB11511285-
CMYK00.030.260.55
HSL54º15%39.22%-
HSV(B)54º26.09%45.1%-
XYZ14.515.8910.9-
YUV109.82113.99131.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.86%
GREEN value IS 112 (44.14% from 255) = 35.90%
BLUE value IS 85 (33.59% from 255) = 27.24%
R=36.86%
G=35.90%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151128500.030.260.55541539.22
Hex737055031A3736f27
Octal163160125033267661747
Binary111001111100001010101011110101101111101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737055; }

 p { color: rgb(115,112,85); }

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

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

 a { background-color: rgb(115,112,85); }

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

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

 span { border-color: rgb(115,112,85); }

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