Html Css Color HEX #76725C Flint

📋 copy color: '#76725C'

red 118 ◦ green 114 ◦ blue 92

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

Shades of Flint #76725C

Tints of Flint #76725C

RGB

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

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

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

R = 36.42%
G = 35.19%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#76725C (or 0x76725C) is known color: Flint. HEX triplet: 76, 72 and 5C. RGB value is (118,114,92). Sum of RGB (Red+Green+Blue) = 118+114+92=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 118 - color contains mainly: red. Hex color #76725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76725C is #898DA3. Grayscale: #707070. Windows color (decimal): -9014692 or 6058614. OLE color: 6058614.

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

Color convert

RGB 118 114 92 -
CMYK 0 0.03 0.22 0.54
HSL 50.77º 0.12% 0.41% -
HSV(B) 50.77º 0.22% 0.46% -
XYZ 15.42 16.66 12.53 -
YUV 112.69 116.33 131.79 -
System Red Green Blue C M Y K H S L
Decimal 118 114 92 0 0.03 0.22 0.54 50.77 0.12 0.41
Hex 76 72 5C 0 3 16 36 33 C 29
Octal 166 162 134 0 3 26 66 63 14 51
Binary 1110110 1110010 1011100 0 11 10110 110110 110011 1100 101001

Color Harmonies of #76725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76725C

Black with #76725C

Text Example


Text Example

White with #76725C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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