Html Css Color HEX #75715C Flint

📋 copy color: '#75715C'

red 117 ◦ green 113 ◦ blue 92

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

Shades of Flint #75715C

Tints of Flint #75715C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.09%

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

R = 36.34%
G = 35.09%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75715C (or 0x75715C) is known color: Flint. HEX triplet: 75, 71 and 5C. RGB value is (117,113,92). Sum of RGB (Red+Green+Blue) = 117+113+92=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 117 - color contains mainly: red. Hex color #75715C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75715C is #8A8EA3. Grayscale: #6F6F6F. Windows color (decimal): -9080484 or 6058357. OLE color: 6058357.

HSL color Cylindrical-coordinate representation of color #75715C: hue angle of 50.4º 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 #75715C is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 113 92 -
CMYK 0 0.03 0.21 0.54
HSL 50.4º 0.12% 0.41% -
HSV(B) 50.4º 0.21% 0.46% -
XYZ 15.17 16.36 12.48 -
YUV 111.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 117 113 92 0 0.03 0.21 0.54 50.4 0.12 0.41
Hex 75 71 5C 0 3 15 36 32 C 29
Octal 165 161 134 0 3 25 66 62 14 51
Binary 1110101 1110001 1011100 0 11 10101 110110 110010 1100 101001

Color Harmonies of #75715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75715C

Black with #75715C

Text Example


Text Example

White with #75715C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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