Html Css Color HEX #75705E Flint

📋 copy color: '#75705E'

red 117 ◦ green 112 ◦ blue 94

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

Shades of Flint #75705E

Tints of Flint #75705E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.1%

R = 36.22%
G = 34.67%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75705E (or 0x75705E) is known color: Flint. HEX triplet: 75, 70 and 5E. RGB value is (117,112,94). Sum of RGB (Red+Green+Blue) = 117+112+94=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 117 - color contains mainly: red. Hex color #75705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75705E is #8A8FA1. Grayscale: #6F6F6F. Windows color (decimal): -9080738 or 6189173. OLE color: 6189173.

HSL color Cylindrical-coordinate representation of color #75705E: hue angle of 46.96º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75705E is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 112 94 -
CMYK 0 0.04 0.20 0.54
HSL 46.96º 0.11% 0.41% -
HSV(B) 46.96º 0.2% 0.46% -
XYZ 15.15 16.18 12.91 -
YUV 111.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 117 112 94 0 0.04 0.20 0.54 46.96 0.11 0.41
Hex 75 70 5E 0 4 14 36 2F B 29
Octal 165 160 136 0 4 24 66 57 13 51
Binary 1110101 1110000 1011110 0 100 10100 110110 101111 1011 101001

Color Harmonies of #75705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75705E

Black with #75705E

Text Example


Text Example

White with #75705E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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