Html Css Color HEX #76715D Flint

📋 copy color: '#76715D'

red 118 ◦ green 113 ◦ blue 93

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

Shades of Flint #76715D

Tints of Flint #76715D

RGB

 RED value IS 118 (46.48% from 255) = 36.42%

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

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

R = 36.42%
G = 34.88%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#76715D (or 0x76715D) is known color: Flint. HEX triplet: 76, 71 and 5D. RGB value is (118,113,93). Sum of RGB (Red+Green+Blue) = 118+113+93=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 118 - color contains mainly: red. Hex color #76715D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76715D is #898EA2. Grayscale: #707070. Windows color (decimal): -9014947 or 6123894. OLE color: 6123894.

HSL color Cylindrical-coordinate representation of color #76715D: hue angle of 48º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76715D is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 113 93 -
CMYK 0 0.04 0.21 0.54
HSL 48º 0.12% 0.41% -
HSV(B) 48º 0.21% 0.46% -
XYZ 15.35 16.45 12.72 -
YUV 112.22 117.16 132.13 -
System Red Green Blue C M Y K H S L
Decimal 118 113 93 0 0.04 0.21 0.54 48 0.12 0.41
Hex 76 71 5D 0 4 15 36 30 C 29
Octal 166 161 135 0 4 25 66 60 14 51
Binary 1110110 1110001 1011101 0 100 10101 110110 110000 1100 101001

Color Harmonies of #76715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76715D

Black with #76715D

Text Example


Text Example

White with #76715D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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