Html Css Color HEX #75745B Kokoda

📋 copy color: '#75745B'

red 117 ◦ green 116 ◦ blue 91

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

Shades of Kokoda #75745B

Tints of Kokoda #75745B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.09%

R = 36.11%
G = 35.8%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#75745B (or 0x75745B) is known color: Kokoda. HEX triplet: 75, 74 and 5B. RGB value is (117,116,91). Sum of RGB (Red+Green+Blue) = 117+116+91=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 117 - color contains mainly: red. Hex color #75745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75745B is #8A8BA4. Grayscale: #717171. Windows color (decimal): -9079717 or 5993589. OLE color: 5993589.

HSL color Cylindrical-coordinate representation of color #75745B: hue angle of 57.69º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #75745B is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 116 91 -
CMYK 0 0.01 0.22 0.54
HSL 57.69º 0.13% 0.41% -
HSV(B) 57.69º 0.22% 0.46% -
XYZ 15.47 17.03 12.37 -
YUV 113.45 115.33 130.53 -
System Red Green Blue C M Y K H S L
Decimal 117 116 91 0 0.01 0.22 0.54 57.69 0.13 0.41
Hex 75 74 5B 0 1 16 36 3A C 29
Octal 165 164 133 0 1 26 66 72 14 51
Binary 1110101 1110100 1011011 0 1 10110 110110 111010 1100 101001

Color Harmonies of #75745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75745B

Black with #75745B

Text Example


Text Example

White with #75745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75745B; }

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

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

background-color css

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

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

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

border-color css

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

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

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