Html Css Color HEX #737060 Flint

📋 copy color: '#737060'

red 115 ◦ green 112 ◦ blue 96

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

Shades of Flint #737060

Tints of Flint #737060

RGB

 RED value IS 115 (45.31% from 255) = 35.6%

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

 BLUE value IS 96 (37.89% from 255) = 29.72%

R = 35.6%
G = 34.67%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#737060 (or 0x737060) is known color: Flint. HEX triplet: 73, 70 and 60. RGB value is (115,112,96). Sum of RGB (Red+Green+Blue) = 115+112+96=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 115 - color contains mainly: red. Hex color #737060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737060 is #8C8F9F. Grayscale: #6F6F6F. Windows color (decimal): -9211808 or 6320243. OLE color: 6320243.

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

Color convert

RGB 115 112 96 -
CMYK 0 0.03 0.17 0.55
HSL 50.53º 0.09% 0.41% -
HSV(B) 50.53º 0.17% 0.45% -
XYZ 14.98 16.08 13.38 -
YUV 111.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 115 112 96 0 0.03 0.17 0.55 50.53 0.09 0.41
Hex 73 70 60 0 3 11 37 33 9 29
Octal 163 160 140 0 3 21 67 63 11 51
Binary 1110011 1110000 1100000 0 11 10001 110111 110011 1001 101001

Color Harmonies of #737060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737060

Black with #737060

Text Example


Text Example

White with #737060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737060; }

 p { color: rgb(115,112,96); }

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

background-color css

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

 a { background-color: rgb(115,112,96); }

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

border-color css

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

 span { border-color: rgb(115,112,96); }

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