Html Css Color HEX #737161 Flint

📋 copy color: '#737161'

red 115 ◦ green 113 ◦ blue 97

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

Shades of Flint #737161

Tints of Flint #737161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.85%

R = 35.38%
G = 34.77%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#737161 (or 0x737161) is known color: Flint. HEX triplet: 73, 71 and 61. RGB value is (115,113,97). Sum of RGB (Red+Green+Blue) = 115+113+97=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 115 - color contains mainly: red. Hex color #737161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737161 is #8C8E9E. Grayscale: #6F6F6F. Windows color (decimal): -9211551 or 6386035. OLE color: 6386035.

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

Color convert

RGB 115 113 97 -
CMYK 0 0.02 0.16 0.55
HSL 53.33º 0.08% 0.42% -
HSV(B) 53.33º 0.16% 0.45% -
XYZ 15.13 16.32 13.66 -
YUV 111.77 119.66 130.3 -
System Red Green Blue C M Y K H S L
Decimal 115 113 97 0 0.02 0.16 0.55 53.33 0.08 0.42
Hex 73 71 61 0 2 10 37 35 8 2A
Octal 163 161 141 0 2 20 67 65 10 52
Binary 1110011 1110001 1100001 0 10 10000 110111 110101 1000 101010

Color Harmonies of #737161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737161

Black with #737161

Text Example


Text Example

White with #737161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737161; }

 p { color: rgb(115,113,97); }

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

background-color css

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

 a { background-color: rgb(115,113,97); }

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

border-color css

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

 span { border-color: rgb(115,113,97); }

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