#747151

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

Shades of Kokoda #747151

Tints of Kokoda #747151

Color information

#747151 (or 0x747151) is unknown color: approx Kokoda. HEX triplet: 74, 71 and 51. RGB value is (116,113,81). Sum of RGB (Red+Green+Blue) = 116+113+81=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #747151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747151 is #8B8EAE. Grayscale: #6E6E6E. Windows color (decimal): -9146031 or 5337460. OLE color: 5337460.

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

Color convert

RGB11611381-
CMYK00.030.300.55
HSL54.86º17.77%38.63%-
HSV(B)54.86º30.17%45.49%-
XYZ14.5916.1210.13-
YUV110.25111.49132.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.42%
GREEN value IS 113 (44.53% from 255) = 36.45%
BLUE value IS 81 (32.03% from 255) = 26.13%
R=37.42%
G=36.45%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161138100.030.300.5554.8617.7738.63
Hex747151031E37371227
Octal164161121033667672247
Binary1110100111000110100010111111011011111011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747151; }

 p { color: rgb(116,113,81); }

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

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

 a { background-color: rgb(116,113,81); }

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

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

 span { border-color: rgb(116,113,81); }

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