Html Css Color HEX #76725F Flint

📋 copy color: '#76725F'

red 118 ◦ green 114 ◦ blue 95

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

Shades of Flint #76725F

Tints of Flint #76725F

RGB

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

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

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

R = 36.09%
G = 34.86%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#76725F (or 0x76725F) is known color: Flint. HEX triplet: 76, 72 and 5F. RGB value is (118,114,95). Sum of RGB (Red+Green+Blue) = 118+114+95=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 118 - color contains mainly: red. Hex color #76725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76725F is #898DA0. Grayscale: #717171. Windows color (decimal): -9014689 or 6255222. OLE color: 6255222.

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

Color convert

RGB 118 114 95 -
CMYK 0 0.03 0.19 0.54
HSL 49.57º 0.11% 0.42% -
HSV(B) 49.57º 0.19% 0.46% -
XYZ 15.55 16.71 13.23 -
YUV 113.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 118 114 95 0 0.03 0.19 0.54 49.57 0.11 0.42
Hex 76 72 5F 0 3 13 36 32 B 2A
Octal 166 162 137 0 3 23 66 62 13 52
Binary 1110110 1110010 1011111 0 11 10011 110110 110010 1011 101010

Color Harmonies of #76725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76725F

Black with #76725F

Text Example


Text Example

White with #76725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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