Html Css Color HEX #75705D Flint

📋 copy color: '#75705D'

red 117 ◦ green 112 ◦ blue 93

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

Shades of Flint #75705D

Tints of Flint #75705D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.78%

 BLUE value IS 93 (36.72% from 255) = 28.88%

R = 36.34%
G = 34.78%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75705D (or 0x75705D) is known color: Flint. HEX triplet: 75, 70 and 5D. RGB value is (117,112,93). Sum of RGB (Red+Green+Blue) = 117+112+93=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 117 - color contains mainly: red. Hex color #75705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75705D is #8A8FA2. Grayscale: #6F6F6F. Windows color (decimal): -9080739 or 6123637. OLE color: 6123637.

HSL color Cylindrical-coordinate representation of color #75705D: hue angle of 47.5º degrees, saturation: 0.11, 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 #75705D is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 112 93 -
CMYK 0 0.04 0.21 0.54
HSL 47.5º 0.11% 0.41% -
HSV(B) 47.5º 0.21% 0.46% -
XYZ 15.11 16.16 12.68 -
YUV 111.33 117.66 132.04 -
System Red Green Blue C M Y K H S L
Decimal 117 112 93 0 0.04 0.21 0.54 47.5 0.11 0.41
Hex 75 70 5D 0 4 15 36 30 B 29
Octal 165 160 135 0 4 25 66 60 13 51
Binary 1110101 1110000 1011101 0 100 10101 110110 110000 1011 101001

Color Harmonies of #75705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75705D

Black with #75705D

Text Example


Text Example

White with #75705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75705D; }

 p { color: rgb(117,112,93); }

 H1.HeaderClassName
 {
   color: #75705D;
 }
 .AnyTagClassName
 {
   color: #75705D;
 }
</style>

background-color css

<style>
 a { background-color: #75705D; }

 a { background-color: rgb(117,112,93); }

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

border-color css

<style>
 span { border-color: #75705D; }

 span { border-color: rgb(117,112,93); }

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