Html Css Color HEX #757163 Flint

📋 copy color: '#757163'

red 117 ◦ green 113 ◦ blue 99

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

Shades of Flint #757163

Tints of Flint #757163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.09%

R = 35.56%
G = 34.35%
B = 30.09%

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

#757163 (or 0x757163) is known color: Flint. HEX triplet: 75, 71 and 63. RGB value is (117,113,99). Sum of RGB (Red+Green+Blue) = 117+113+99=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 117 - color contains mainly: red. Hex color #757163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757163 is #8A8E9C. Grayscale: #707070. Windows color (decimal): -9080477 or 6517109. OLE color: 6517109.

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

Color convert

RGB 117 113 99 -
CMYK 0 0.03 0.15 0.54
HSL 46.67º 0.08% 0.42% -
HSV(B) 46.67º 0.15% 0.46% -
XYZ 15.49 16.49 14.17 -
YUV 112.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 117 113 99 0 0.03 0.15 0.54 46.67 0.08 0.42
Hex 75 71 63 0 3 F 36 2F 8 2A
Octal 165 161 143 0 3 17 66 57 10 52
Binary 1110101 1110001 1100011 0 11 1111 110110 101111 1000 101010

Color Harmonies of #757163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757163

Black with #757163

Text Example


Text Example

White with #757163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757163; }

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

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

background-color css

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

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

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

border-color css

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

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

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