Html Css Color HEX #757264 Flint

📋 copy color: '#757264'

red 117 ◦ green 114 ◦ blue 100

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

Shades of Flint #757264

Tints of Flint #757264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.21%

R = 35.35%
G = 34.44%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#757264 (or 0x757264) is known color: Flint. HEX triplet: 75, 72 and 64. RGB value is (117,114,100). Sum of RGB (Red+Green+Blue) = 117+114+100=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 117 - color contains mainly: red. Hex color #757264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757264 is #8A8D9B. Grayscale: #717171. Windows color (decimal): -9080220 or 6582901. OLE color: 6582901.

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

Color convert

RGB 117 114 100 -
CMYK 0 0.03 0.15 0.54
HSL 49.41º 0.08% 0.43% -
HSV(B) 49.41º 0.15% 0.46% -
XYZ 15.65 16.74 14.46 -
YUV 113.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 117 114 100 0 0.03 0.15 0.54 49.41 0.08 0.43
Hex 75 72 64 0 3 F 36 31 8 2B
Octal 165 162 144 0 3 17 66 61 10 53
Binary 1110101 1110010 1100100 0 11 1111 110110 110001 1000 101011

Color Harmonies of #757264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757264

Black with #757264

Text Example


Text Example

White with #757264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757264; }

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

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

background-color css

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

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

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

border-color css

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

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

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