Html Css Color HEX #757260 Flint

📋 copy color: '#757260'

red 117 ◦ green 114 ◦ blue 96

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

Shades of Flint #757260

Tints of Flint #757260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.86%

 BLUE value IS 96 (37.89% from 255) = 29.36%

R = 35.78%
G = 34.86%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#757260 (or 0x757260) is known color: Flint. HEX triplet: 75, 72 and 60. RGB value is (117,114,96). Sum of RGB (Red+Green+Blue) = 117+114+96=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 117 - color contains mainly: red. Hex color #757260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757260 is #8A8D9F. Grayscale: #707070. Windows color (decimal): -9080224 or 6320757. OLE color: 6320757.

HSL color Cylindrical-coordinate representation of color #757260: hue angle of 51.43º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #757260 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 114 96 -
CMYK 0 0.03 0.18 0.54
HSL 51.43º 0.1% 0.42% -
HSV(B) 51.43º 0.18% 0.46% -
XYZ 15.46 16.66 13.47 -
YUV 112.85 118.49 130.96 -
System Red Green Blue C M Y K H S L
Decimal 117 114 96 0 0.03 0.18 0.54 51.43 0.1 0.42
Hex 75 72 60 0 3 12 36 33 A 2A
Octal 165 162 140 0 3 22 66 63 12 52
Binary 1110101 1110010 1100000 0 11 10010 110110 110011 1010 101010

Color Harmonies of #757260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757260

Black with #757260

Text Example


Text Example

White with #757260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757260; }

 p { color: rgb(117,114,96); }

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

background-color css

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

 a { background-color: rgb(117,114,96); }

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

border-color css

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

 span { border-color: rgb(117,114,96); }

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