Html Css Color HEX #737062 Flint

📋 copy color: '#737062'

red 115 ◦ green 112 ◦ blue 98

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

Shades of Flint #737062

Tints of Flint #737062

RGB

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

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

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

R = 35.38%
G = 34.46%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#737062 (or 0x737062) is known color: Flint. HEX triplet: 73, 70 and 62. RGB value is (115,112,98). Sum of RGB (Red+Green+Blue) = 115+112+98=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 115 - color contains mainly: red. Hex color #737062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737062 is #8C8F9D. Grayscale: #6F6F6F. Windows color (decimal): -9211806 or 6451315. OLE color: 6451315.

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

Color convert

RGB 115 112 98 -
CMYK 0 0.03 0.15 0.55
HSL 49.41º 0.08% 0.42% -
HSV(B) 49.41º 0.15% 0.45% -
XYZ 15.07 16.12 13.87 -
YUV 111.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 115 112 98 0 0.03 0.15 0.55 49.41 0.08 0.42
Hex 73 70 62 0 3 F 37 31 8 2A
Octal 163 160 142 0 3 17 67 61 10 52
Binary 1110011 1110000 1100010 0 11 1111 110111 110001 1000 101010

Color Harmonies of #737062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737062

Black with #737062

Text Example


Text Example

White with #737062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737062; }

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

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

background-color css

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

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

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

border-color css

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

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

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