Html Css Color HEX #74715D Flint

📋 copy color: '#74715D'

red 116 ◦ green 113 ◦ blue 93

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

Shades of Flint #74715D

Tints of Flint #74715D

RGB

 RED value IS 116 (45.7% from 255) = 36.02%

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

 BLUE value IS 93 (36.72% from 255) = 28.88%

R = 36.02%
G = 35.09%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#74715D (or 0x74715D) is known color: Flint. HEX triplet: 74, 71 and 5D. RGB value is (116,113,93). Sum of RGB (Red+Green+Blue) = 116+113+93=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 116 - color contains mainly: red. Hex color #74715D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74715D is #8B8EA2. Grayscale: #6F6F6F. Windows color (decimal): -9146019 or 6123892. OLE color: 6123892.

HSL color Cylindrical-coordinate representation of color #74715D: hue angle of 52.17º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74715D is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 113 93 -
CMYK 0 0.03 0.20 0.55
HSL 52.17º 0.11% 0.41% -
HSV(B) 52.17º 0.2% 0.45% -
XYZ 15.08 16.31 12.71 -
YUV 111.62 117.49 131.13 -
System Red Green Blue C M Y K H S L
Decimal 116 113 93 0 0.03 0.20 0.55 52.17 0.11 0.41
Hex 74 71 5D 0 3 14 37 34 B 29
Octal 164 161 135 0 3 24 67 64 13 51
Binary 1110100 1110001 1011101 0 11 10100 110111 110100 1011 101001

Color Harmonies of #74715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74715D

Black with #74715D

Text Example


Text Example

White with #74715D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74715D; }

 p { color: rgb(116,113,93); }

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

background-color css

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

 a { background-color: rgb(116,113,93); }

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

border-color css

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

 span { border-color: rgb(116,113,93); }

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