Html Css Color HEX #76725D Flint

📋 copy color: '#76725D'

red 118 ◦ green 114 ◦ blue 93

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

Shades of Flint #76725D

Tints of Flint #76725D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.08%

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

R = 36.31%
G = 35.08%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#76725D (or 0x76725D) is known color: Flint. HEX triplet: 76, 72 and 5D. RGB value is (118,114,93). Sum of RGB (Red+Green+Blue) = 118+114+93=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 118 - color contains mainly: red. Hex color #76725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76725D is #898DA2. Grayscale: #707070. Windows color (decimal): -9014691 or 6124150. OLE color: 6124150.

HSL color Cylindrical-coordinate representation of color #76725D: hue angle of 50.4º 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 #76725D is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 114 93 -
CMYK 0 0.03 0.21 0.54
HSL 50.4º 0.12% 0.41% -
HSV(B) 50.4º 0.21% 0.46% -
XYZ 15.46 16.68 12.76 -
YUV 112.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 118 114 93 0 0.03 0.21 0.54 50.4 0.12 0.41
Hex 76 72 5D 0 3 15 36 32 C 29
Octal 166 162 135 0 3 25 66 62 14 51
Binary 1110110 1110010 1011101 0 11 10101 110110 110010 1100 101001

Color Harmonies of #76725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76725D

Black with #76725D

Text Example


Text Example

White with #76725D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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