Html Css Color HEX #75705B Flint

📋 copy color: '#75705B'

red 117 ◦ green 112 ◦ blue 91

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

Shades of Flint #75705B

Tints of Flint #75705B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.44%

R = 36.56%
G = 35%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#75705B (or 0x75705B) is known color: Flint. HEX triplet: 75, 70 and 5B. RGB value is (117,112,91). Sum of RGB (Red+Green+Blue) = 117+112+91=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 117 - color contains mainly: red. Hex color #75705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75705B is #8A8FA4. Grayscale: #6F6F6F. Windows color (decimal): -9080741 or 5992565. OLE color: 5992565.

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

Color convert

RGB 117 112 91 -
CMYK 0 0.04 0.22 0.54
HSL 48.46º 0.13% 0.41% -
HSV(B) 48.46º 0.22% 0.46% -
XYZ 15.02 16.13 12.22 -
YUV 111.1 116.66 132.21 -
System Red Green Blue C M Y K H S L
Decimal 117 112 91 0 0.04 0.22 0.54 48.46 0.13 0.41
Hex 75 70 5B 0 4 16 36 30 C 29
Octal 165 160 133 0 4 26 66 60 14 51
Binary 1110101 1110000 1011011 0 100 10110 110110 110000 1100 101001

Color Harmonies of #75705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75705B

Black with #75705B

Text Example


Text Example

White with #75705B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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