Html Css Color HEX #747259 Kokoda

📋 copy color: '#747259'

red 116 ◦ green 114 ◦ blue 89

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

Shades of Kokoda #747259

Tints of Kokoda #747259

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.74%

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

R = 36.36%
G = 35.74%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#747259 (or 0x747259) is known color: Kokoda. HEX triplet: 74, 72 and 59. RGB value is (116,114,89). Sum of RGB (Red+Green+Blue) = 116+114+89=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 116 - color contains mainly: red. Hex color #747259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747259 is #8B8DA6. Grayscale: #6F6F6F. Windows color (decimal): -9145767 or 5862004. OLE color: 5862004.

HSL color Cylindrical-coordinate representation of color #747259: hue angle of 55.56º 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 #747259 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 114 89 -
CMYK 0 0.02 0.23 0.55
HSL 55.56º 0.13% 0.4% -
HSV(B) 55.56º 0.23% 0.45% -
XYZ 15.02 16.47 11.84 -
YUV 111.75 115.16 131.03 -
System Red Green Blue C M Y K H S L
Decimal 116 114 89 0 0.02 0.23 0.55 55.56 0.13 0.4
Hex 74 72 59 0 2 17 37 38 D 28
Octal 164 162 131 0 2 27 67 70 15 50
Binary 1110100 1110010 1011001 0 10 10111 110111 111000 1101 101000

Color Harmonies of #747259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747259

Black with #747259

Text Example


Text Example

White with #747259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747259; }

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

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

background-color css

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

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

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

border-color css

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

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

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