Html Css Color HEX #76715F Flint

📋 copy color: '#76715F'

red 118 ◦ green 113 ◦ blue 95

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

Shades of Flint #76715F

Tints of Flint #76715F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.14%

R = 36.2%
G = 34.66%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#76715F (or 0x76715F) is known color: Flint. HEX triplet: 76, 71 and 5F. RGB value is (118,113,95). Sum of RGB (Red+Green+Blue) = 118+113+95=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 118 - color contains mainly: red. Hex color #76715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76715F is #898EA0. Grayscale: #707070. Windows color (decimal): -9014945 or 6254966. OLE color: 6254966.

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

Color convert

RGB 118 113 95 -
CMYK 0 0.04 0.19 0.54
HSL 46.96º 0.11% 0.42% -
HSV(B) 46.96º 0.19% 0.46% -
XYZ 15.44 16.49 13.2 -
YUV 112.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 118 113 95 0 0.04 0.19 0.54 46.96 0.11 0.42
Hex 76 71 5F 0 4 13 36 2F B 2A
Octal 166 161 137 0 4 23 66 57 13 52
Binary 1110110 1110001 1011111 0 100 10011 110110 101111 1011 101010

Color Harmonies of #76715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76715F

Black with #76715F

Text Example


Text Example

White with #76715F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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