Html Css Color HEX #75745C Kokoda

📋 copy color: '#75745C'

red 117 ◦ green 116 ◦ blue 92

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

Shades of Kokoda #75745C

Tints of Kokoda #75745C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.31%

R = 36%
G = 35.69%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75745C (or 0x75745C) is known color: Kokoda. HEX triplet: 75, 74 and 5C. RGB value is (117,116,92). Sum of RGB (Red+Green+Blue) = 117+116+92=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 117 - color contains mainly: red. Hex color #75745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75745C is #8A8BA3. Grayscale: #717171. Windows color (decimal): -9079716 or 6059125. OLE color: 6059125.

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

Color convert

RGB 117 116 92 -
CMYK 0 0.01 0.21 0.54
HSL 57.6º 0.12% 0.41% -
HSV(B) 57.6º 0.21% 0.46% -
XYZ 15.51 17.05 12.6 -
YUV 113.56 115.83 130.45 -
System Red Green Blue C M Y K H S L
Decimal 117 116 92 0 0.01 0.21 0.54 57.6 0.12 0.41
Hex 75 74 5C 0 1 15 36 3A C 29
Octal 165 164 134 0 1 25 66 72 14 51
Binary 1110101 1110100 1011100 0 1 10101 110110 111010 1100 101001

Color Harmonies of #75745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75745C

Black with #75745C

Text Example


Text Example

White with #75745C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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