Html Css Color HEX #75705A Flint

📋 copy color: '#75705A'

red 117 ◦ green 112 ◦ blue 90

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

Shades of Flint #75705A

Tints of Flint #75705A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.21%

R = 36.68%
G = 35.11%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75705A (or 0x75705A) is known color: Flint. HEX triplet: 75, 70 and 5A. RGB value is (117,112,90). Sum of RGB (Red+Green+Blue) = 117+112+90=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #75705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75705A is #8A8FA5. Grayscale: #6F6F6F. Windows color (decimal): -9080742 or 5927029. OLE color: 5927029.

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

Color convert

RGB 117 112 90 -
CMYK 0 0.04 0.23 0.54
HSL 48.89º 0.13% 0.41% -
HSV(B) 48.89º 0.23% 0.46% -
XYZ 14.98 16.11 11.99 -
YUV 110.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 117 112 90 0 0.04 0.23 0.54 48.89 0.13 0.41
Hex 75 70 5A 0 4 17 36 31 D 29
Octal 165 160 132 0 4 27 66 61 15 51
Binary 1110101 1110000 1011010 0 100 10111 110110 110001 1101 101001

Color Harmonies of #75705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75705A

Black with #75705A

Text Example


Text Example

White with #75705A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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