Html Css Color HEX #717065 Flint

📋 copy color: '#717065'

red 113 ◦ green 112 ◦ blue 101

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

Shades of Flint #717065

Tints of Flint #717065

RGB

 RED value IS 113 (44.53% from 255) = 34.66%

 GREEN value IS 112 (44.14% from 255) = 34.36%

 BLUE value IS 101 (39.84% from 255) = 30.98%

R = 34.66%
G = 34.36%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#717065 (or 0x717065) is known color: Flint. HEX triplet: 71, 70 and 65. RGB value is (113,112,101). Sum of RGB (Red+Green+Blue) = 113+112+101=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 113 - color contains mainly: red. Hex color #717065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717065 is #8E8F9A. Grayscale: #6F6F6F. Windows color (decimal): -9342875 or 6647921. OLE color: 6647921.

HSL color Cylindrical-coordinate representation of color #717065: hue angle of 55º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #717065 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 112 101 -
CMYK 0 0.01 0.11 0.56
HSL 55º 0.06% 0.42% -
HSV(B) 55º 0.11% 0.44% -
XYZ 14.95 16.04 14.62 -
YUV 111.05 122.33 129.39 -
System Red Green Blue C M Y K H S L
Decimal 113 112 101 0 0.01 0.11 0.56 55 0.06 0.42
Hex 71 70 65 0 1 B 38 37 6 2A
Octal 161 160 145 0 1 13 70 67 6 52
Binary 1110001 1110000 1100101 0 1 1011 111000 110111 110 101010

Color Harmonies of #717065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717065

Black with #717065

Text Example


Text Example

White with #717065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717065; }

 p { color: rgb(113,112,101); }

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

background-color css

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

 a { background-color: rgb(113,112,101); }

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

border-color css

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

 span { border-color: rgb(113,112,101); }

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