Html Css Color HEX #74715C Flint

📋 copy color: '#74715C'

red 116 ◦ green 113 ◦ blue 92

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

Shades of Flint #74715C

Tints of Flint #74715C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.66%

R = 36.14%
G = 35.2%
B = 28.66%

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

#74715C (or 0x74715C) is known color: Flint. HEX triplet: 74, 71 and 5C. RGB value is (116,113,92). Sum of RGB (Red+Green+Blue) = 116+113+92=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 116 - color contains mainly: red. Hex color #74715C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74715C is #8B8EA3. Grayscale: #6F6F6F. Windows color (decimal): -9146020 or 6058356. OLE color: 6058356.

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

Color convert

RGB 116 113 92 -
CMYK 0 0.03 0.21 0.55
HSL 52.5º 0.12% 0.41% -
HSV(B) 52.5º 0.21% 0.45% -
XYZ 15.04 16.3 12.48 -
YUV 111.5 116.99 131.21 -
System Red Green Blue C M Y K H S L
Decimal 116 113 92 0 0.03 0.21 0.55 52.5 0.12 0.41
Hex 74 71 5C 0 3 15 37 34 C 29
Octal 164 161 134 0 3 25 67 64 14 51
Binary 1110100 1110001 1011100 0 11 10101 110111 110100 1100 101001

Color Harmonies of #74715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74715C

Black with #74715C

Text Example


Text Example

White with #74715C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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