Html Css Color HEX #75745F Kokoda

📋 copy color: '#75745F'

red 117 ◦ green 116 ◦ blue 95

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

Shades of Kokoda #75745F

Tints of Kokoda #75745F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.96%

R = 35.67%
G = 35.37%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75745F (or 0x75745F) is known color: Kokoda. HEX triplet: 75, 74 and 5F. RGB value is (117,116,95). Sum of RGB (Red+Green+Blue) = 117+116+95=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #75745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75745F is #8A8BA0. Grayscale: #717171. Windows color (decimal): -9079713 or 6255733. OLE color: 6255733.

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

Color convert

RGB 117 116 95 -
CMYK 0 0.01 0.19 0.54
HSL 57.27º 0.1% 0.42% -
HSV(B) 57.27º 0.19% 0.46% -
XYZ 15.65 17.1 13.3 -
YUV 113.91 117.33 130.21 -
System Red Green Blue C M Y K H S L
Decimal 117 116 95 0 0.01 0.19 0.54 57.27 0.1 0.42
Hex 75 74 5F 0 1 13 36 39 A 2A
Octal 165 164 137 0 1 23 66 71 12 52
Binary 1110101 1110100 1011111 0 1 10011 110110 111001 1010 101010

Color Harmonies of #75745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75745F

Black with #75745F

Text Example


Text Example

White with #75745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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