#74735A

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

Shades of Kokoda #74735A

Tints of Kokoda #74735A

Color information

#74735A (or 0x74735A) is unknown color: approx Kokoda. HEX triplet: 74, 73 and 5A. RGB value is (116,115,90). Sum of RGB (Red+Green+Blue) = 116+115+90=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 116 - color contains mainly: red. Hex color #74735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74735A is #8B8CA5. Grayscale: #707070. Windows color (decimal): -9145510 or 5927796. OLE color: 5927796.

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

Color convert

RGB11611590-
CMYK00.010.220.55
HSL57.69º12.62%40.39%-
HSV(B)57.69º22.41%45.49%-
XYZ15.1816.7112.1-
YUV112.45115.33130.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 115 (45.31% from 255) = 35.83%
BLUE value IS 90 (35.55% from 255) = 28.04%
R=36.14%
G=35.83%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161159000.010.220.5557.6912.6240.39
Hex74735A0116373ad28
Octal164163132012667721550
Binary11101001110011101101001101101101111110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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