Html Css Color HEX #737261 Flint

📋 copy color: '#737261'

red 115 ◦ green 114 ◦ blue 97

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

Shades of Flint #737261

Tints of Flint #737261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.97%

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

R = 35.28%
G = 34.97%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#737261 (or 0x737261) is known color: Flint. HEX triplet: 73, 72 and 61. RGB value is (115,114,97). Sum of RGB (Red+Green+Blue) = 115+114+97=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 115 - color contains mainly: red. Hex color #737261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737261 is #8C8D9E. Grayscale: #707070. Windows color (decimal): -9211295 or 6386291. OLE color: 6386291.

HSL color Cylindrical-coordinate representation of color #737261: hue angle of 56.67º 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 #737261 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 114 97 -
CMYK 0 0.01 0.16 0.55
HSL 56.67º 0.08% 0.42% -
HSV(B) 56.67º 0.16% 0.45% -
XYZ 15.25 16.54 13.7 -
YUV 112.36 119.33 129.88 -
System Red Green Blue C M Y K H S L
Decimal 115 114 97 0 0.01 0.16 0.55 56.67 0.08 0.42
Hex 73 72 61 0 1 10 37 39 8 2A
Octal 163 162 141 0 1 20 67 71 10 52
Binary 1110011 1110010 1100001 0 1 10000 110111 111001 1000 101010

Color Harmonies of #737261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737261

Black with #737261

Text Example


Text Example

White with #737261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737261; }

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

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

background-color css

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

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

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

border-color css

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

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

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