Html Css Color HEX #757261 Flint

📋 copy color: '#757261'

red 117 ◦ green 114 ◦ blue 97

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

Shades of Flint #757261

Tints of Flint #757261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.57%

R = 35.67%
G = 34.76%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#757261 (or 0x757261) is known color: Flint. HEX triplet: 75, 72 and 61. RGB value is (117,114,97). Sum of RGB (Red+Green+Blue) = 117+114+97=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #757261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757261 is #8A8D9E. Grayscale: #717171. Windows color (decimal): -9080223 or 6386293. OLE color: 6386293.

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

Color convert

RGB 117 114 97 -
CMYK 0 0.03 0.17 0.54
HSL 51º 0.09% 0.42% -
HSV(B) 51º 0.17% 0.46% -
XYZ 15.51 16.68 13.71 -
YUV 112.96 118.99 130.88 -
System Red Green Blue C M Y K H S L
Decimal 117 114 97 0 0.03 0.17 0.54 51 0.09 0.42
Hex 75 72 61 0 3 11 36 33 9 2A
Octal 165 162 141 0 3 21 66 63 11 52
Binary 1110101 1110010 1100001 0 11 10001 110110 110011 1001 101010

Color Harmonies of #757261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757261

Black with #757261

Text Example


Text Example

White with #757261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757261; }

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

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

background-color css

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

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

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

border-color css

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

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

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