Html Css Color HEX #736F5A Flint

📋 copy color: '#736F5A'

red 115 ◦ green 111 ◦ blue 90

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

Shades of Flint #736F5A

Tints of Flint #736F5A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.13%

 BLUE value IS 90 (35.55% from 255) = 28.48%

R = 36.39%
G = 35.13%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#736F5A (or 0x736F5A) is known color: Flint. HEX triplet: 73, 6F and 5A. RGB value is (115,111,90). Sum of RGB (Red+Green+Blue) = 115+111+90=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 115 - color contains mainly: red. Hex color #736F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F5A is #8C90A5. Grayscale: #6D6D6D. Windows color (decimal): -9212070 or 5926771. OLE color: 5926771.

HSL color Cylindrical-coordinate representation of color #736F5A: hue angle of 50.4º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #736F5A is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 111 90 -
CMYK 0 0.03 0.22 0.55
HSL 50.4º 0.12% 0.4% -
HSV(B) 50.4º 0.22% 0.45% -
XYZ 14.6 15.75 11.94 -
YUV 109.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 115 111 90 0 0.03 0.22 0.55 50.4 0.12 0.4
Hex 73 6F 5A 0 3 16 37 32 C 28
Octal 163 157 132 0 3 26 67 62 14 50
Binary 1110011 1101111 1011010 0 11 10110 110111 110010 1100 101000

Color Harmonies of #736F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736F5A

Black with #736F5A

Text Example


Text Example

White with #736F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736F5A; }

 p { color: rgb(115,111,90); }

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

background-color css

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

 a { background-color: rgb(115,111,90); }

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

border-color css

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

 span { border-color: rgb(115,111,90); }

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