Html Css Color HEX #73705B Flint

📋 copy color: '#73705B'

red 115 ◦ green 112 ◦ blue 91

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

Shades of Flint #73705B

Tints of Flint #73705B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.62%

R = 36.16%
G = 35.22%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#73705B (or 0x73705B) is known color: Flint. HEX triplet: 73, 70 and 5B. RGB value is (115,112,91). Sum of RGB (Red+Green+Blue) = 115+112+91=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 115 - color contains mainly: red. Hex color #73705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73705B is #8C8FA4. Grayscale: #6E6E6E. Windows color (decimal): -9211813 or 5992563. OLE color: 5992563.

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

Color convert

RGB 115 112 91 -
CMYK 0 0.03 0.21 0.55
HSL 52.5º 0.12% 0.4% -
HSV(B) 52.5º 0.21% 0.45% -
XYZ 14.75 15.99 12.21 -
YUV 110.5 116.99 131.21 -
System Red Green Blue C M Y K H S L
Decimal 115 112 91 0 0.03 0.21 0.55 52.5 0.12 0.4
Hex 73 70 5B 0 3 15 37 34 C 28
Octal 163 160 133 0 3 25 67 64 14 50
Binary 1110011 1110000 1011011 0 11 10101 110111 110100 1100 101000

Color Harmonies of #73705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73705B

Black with #73705B

Text Example


Text Example

White with #73705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73705B; }

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

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

background-color css

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

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

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

border-color css

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

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

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