Html Css Color HEX #757262 Flint

📋 copy color: '#757262'

red 117 ◦ green 114 ◦ blue 98

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

Shades of Flint #757262

Tints of Flint #757262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.79%

R = 35.56%
G = 34.65%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#757262 (or 0x757262) is known color: Flint. HEX triplet: 75, 72 and 62. RGB value is (117,114,98). Sum of RGB (Red+Green+Blue) = 117+114+98=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 117 - color contains mainly: red. Hex color #757262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757262 is #8A8D9D. Grayscale: #717171. Windows color (decimal): -9080222 or 6451829. OLE color: 6451829.

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

Color convert

RGB 117 114 98 -
CMYK 0 0.03 0.16 0.54
HSL 50.53º 0.09% 0.42% -
HSV(B) 50.53º 0.16% 0.46% -
XYZ 15.56 16.7 13.96 -
YUV 113.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 117 114 98 0 0.03 0.16 0.54 50.53 0.09 0.42
Hex 75 72 62 0 3 10 36 33 9 2A
Octal 165 162 142 0 3 20 66 63 11 52
Binary 1110101 1110010 1100010 0 11 10000 110110 110011 1001 101010

Color Harmonies of #757262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757262

Black with #757262

Text Example


Text Example

White with #757262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757262; }

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

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

background-color css

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

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

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

border-color css

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

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

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