Html Css Color HEX #75744C Kokoda

📋 copy color: '#75744C'

red 117 ◦ green 116 ◦ blue 76

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

Shades of Kokoda #75744C

Tints of Kokoda #75744C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.6%

R = 37.86%
G = 37.54%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75744C (or 0x75744C) is known color: Kokoda. HEX triplet: 75, 74 and 4C. RGB value is (117,116,76). Sum of RGB (Red+Green+Blue) = 117+116+76=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #75744C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75744C is #8A8BB3. Grayscale: #6F6F6F. Windows color (decimal): -9079732 or 5010549. OLE color: 5010549.

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

Color convert

RGB 117 116 76 -
CMYK 0 0.01 0.35 0.54
HSL 58.54º 0.21% 0.38% -
HSV(B) 58.54º 0.35% 0.46% -
XYZ 14.89 16.79 9.29 -
YUV 111.74 107.83 131.75 -
System Red Green Blue C M Y K H S L
Decimal 117 116 76 0 0.01 0.35 0.54 58.54 0.21 0.38
Hex 75 74 4C 0 1 23 36 3B 15 26
Octal 165 164 114 0 1 43 66 73 25 46
Binary 1110101 1110100 1001100 0 1 100011 110110 111011 10101 100110

Color Harmonies of #75744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75744C

Black with #75744C

Text Example


Text Example

White with #75744C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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