Html Css Color HEX #747159 Kokoda

📋 copy color: '#747159'

red 116 ◦ green 113 ◦ blue 89

#747159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kokoda #747159

Tints of Kokoda #747159

RGB

 RED value IS 116 (45.7% from 255) = 36.48%

 GREEN value IS 113 (44.53% from 255) = 35.53%

 BLUE value IS 89 (35.16% from 255) = 27.99%

R = 36.48%
G = 35.53%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#747159 (or 0x747159) is known color: Kokoda. HEX triplet: 74, 71 and 59. RGB value is (116,113,89). Sum of RGB (Red+Green+Blue) = 116+113+89=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 116 - color contains mainly: red. Hex color #747159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747159 is #8B8EA6. Grayscale: #6F6F6F. Windows color (decimal): -9146023 or 5861748. OLE color: 5861748.

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

Color convert

RGB 116 113 89 -
CMYK 0 0.03 0.23 0.55
HSL 53.33º 0.13% 0.4% -
HSV(B) 53.33º 0.23% 0.45% -
XYZ 14.91 16.24 11.8 -
YUV 111.16 115.49 131.45 -
System Red Green Blue C M Y K H S L
Decimal 116 113 89 0 0.03 0.23 0.55 53.33 0.13 0.4
Hex 74 71 59 0 3 17 37 35 D 28
Octal 164 161 131 0 3 27 67 65 15 50
Binary 1110100 1110001 1011001 0 11 10111 110111 110101 1101 101000

Color Harmonies of #747159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747159

Black with #747159

Text Example


Text Example

White with #747159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747159; }

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

 H1.HeaderClassName
 {
   color: #747159;
 }
 .AnyTagClassName
 {
   color: #747159;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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