Html Css Color HEX #73715E Flint

📋 copy color: '#73715E'

red 115 ◦ green 113 ◦ blue 94

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

Shades of Flint #73715E

Tints of Flint #73715E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.19%

R = 35.71%
G = 35.09%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#73715E (or 0x73715E) is known color: Flint. HEX triplet: 73, 71 and 5E. RGB value is (115,113,94). Sum of RGB (Red+Green+Blue) = 115+113+94=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 115 - color contains mainly: red. Hex color #73715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73715E is #8C8EA1. Grayscale: #6F6F6F. Windows color (decimal): -9211554 or 6189427. OLE color: 6189427.

HSL color Cylindrical-coordinate representation of color #73715E: hue angle of 54.29º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #73715E is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 113 94 -
CMYK 0 0.02 0.18 0.55
HSL 54.29º 0.1% 0.41% -
HSV(B) 54.29º 0.18% 0.45% -
XYZ 15 16.26 12.94 -
YUV 111.43 118.16 130.54 -
System Red Green Blue C M Y K H S L
Decimal 115 113 94 0 0.02 0.18 0.55 54.29 0.1 0.41
Hex 73 71 5E 0 2 12 37 36 A 29
Octal 163 161 136 0 2 22 67 66 12 51
Binary 1110011 1110001 1011110 0 10 10010 110111 110110 1010 101001

Color Harmonies of #73715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73715E

Black with #73715E

Text Example


Text Example

White with #73715E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73715E; }

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

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

background-color css

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

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

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

border-color css

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

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

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