#74735B

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

Shades of Kokoda #74735B

Tints of Kokoda #74735B

Color information

#74735B (or 0x74735B) is unknown color: approx Kokoda. HEX triplet: 74, 73 and 5B. RGB value is (116,115,91). Sum of RGB (Red+Green+Blue) = 116+115+91=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 116 - color contains mainly: red. Hex color #74735B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74735B is #8B8CA4. Grayscale: #707070. Windows color (decimal): -9145509 or 5993332. OLE color: 5993332.

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

Color convert

RGB11611591-
CMYK00.010.220.55
HSL57.6º12.08%40.59%-
HSV(B)57.6º21.55%45.49%-
XYZ15.2216.7312.32-
YUV112.56115.83130.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.02%
GREEN value IS 115 (45.31% from 255) = 35.71%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=36.02%
G=35.71%
B=28.26%

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
Decimal1161159100.010.220.5557.612.0840.59
Hex74735B0116373ac29
Octal164163133012667721451
Binary11101001110011101101101101101101111110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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