#74735F

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

Shades of Kokoda #74735F

Tints of Kokoda #74735F

Color information

#74735F (or 0x74735F) is unknown color: approx Kokoda. HEX triplet: 74, 73 and 5F. RGB value is (116,115,95). Sum of RGB (Red+Green+Blue) = 116+115+95=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 116 - color contains mainly: red. Hex color #74735F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74735F is #8B8CA0. Grayscale: #717171. Windows color (decimal): -9145505 or 6255476. OLE color: 6255476.

HSL color Cylindrical-coordinate representation of color #74735F: hue angle of 57.14º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #74735F is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB11611595-
CMYK00.010.180.55
HSL57.14º9.95%41.37%-
HSV(B)57.14º18.1%45.49%-
XYZ15.416.813.26-
YUV113.02117.83130.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.58%
GREEN value IS 115 (45.31% from 255) = 35.28%
BLUE value IS 95 (37.5% from 255) = 29.14%
R=35.58%
G=35.28%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161159500.010.180.5557.149.9541.37
Hex74735F01123739a29
Octal164163137012267711251
Binary11101001110011101111101100101101111110011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74735F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74735F; }

 p { color: rgb(116,115,95); }

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

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

 a { background-color: rgb(116,115,95); }

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

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

 span { border-color: rgb(116,115,95); }

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