Html Css Color HEX #75744F Kokoda

📋 copy color: '#75744F'

red 117 ◦ green 116 ◦ blue 79

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

Shades of Kokoda #75744F

Tints of Kokoda #75744F

RGB

 RED value IS 117 (46.09% from 255) = 37.5%

 GREEN value IS 116 (45.7% from 255) = 37.18%

 BLUE value IS 79 (31.25% from 255) = 25.32%

R = 37.5%
G = 37.18%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#75744F (or 0x75744F) is known color: Kokoda. HEX triplet: 75, 74 and 4F. RGB value is (117,116,79). Sum of RGB (Red+Green+Blue) = 117+116+79=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #75744F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75744F is #8A8BB0. Grayscale: #707070. Windows color (decimal): -9079729 or 5207157. OLE color: 5207157.

HSL color Cylindrical-coordinate representation of color #75744F: hue angle of 58.42º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75744F is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 116 79 -
CMYK 0 0.01 0.32 0.54
HSL 58.42º 0.19% 0.38% -
HSV(B) 58.42º 0.32% 0.46% -
XYZ 14.99 16.84 9.86 -
YUV 112.08 109.33 131.51 -
System Red Green Blue C M Y K H S L
Decimal 117 116 79 0 0.01 0.32 0.54 58.42 0.19 0.38
Hex 75 74 4F 0 1 20 36 3A 13 26
Octal 165 164 117 0 1 40 66 72 23 46
Binary 1110101 1110100 1001111 0 1 100000 110110 111010 10011 100110

Color Harmonies of #75744F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75744F

Black with #75744F

Text Example


Text Example

White with #75744F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75744F; }

 p { color: rgb(117,116,79); }

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

background-color css

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

 a { background-color: rgb(117,116,79); }

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

border-color css

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

 span { border-color: rgb(117,116,79); }

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