Html Css Color HEX #72705C Flint

📋 copy color: '#72705C'

red 114 ◦ green 112 ◦ blue 92

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

Shades of Flint #72705C

Tints of Flint #72705C

RGB

 RED value IS 114 (44.92% from 255) = 35.85%

 GREEN value IS 112 (44.14% from 255) = 35.22%

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

R = 35.85%
G = 35.22%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#72705C (or 0x72705C) is known color: Flint. HEX triplet: 72, 70 and 5C. RGB value is (114,112,92). Sum of RGB (Red+Green+Blue) = 114+112+92=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 114 - color contains mainly: red. Hex color #72705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72705C is #8D8FA3. Grayscale: #6E6E6E. Windows color (decimal): -9277348 or 6058098. OLE color: 6058098.

HSL color Cylindrical-coordinate representation of color #72705C: hue angle of 54.55º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #72705C is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 112 92 -
CMYK 0 0.02 0.19 0.55
HSL 54.55º 0.11% 0.4% -
HSV(B) 54.55º 0.19% 0.45% -
XYZ 14.67 15.94 12.43 -
YUV 110.32 117.66 130.63 -
System Red Green Blue C M Y K H S L
Decimal 114 112 92 0 0.02 0.19 0.55 54.55 0.11 0.4
Hex 72 70 5C 0 2 13 37 37 B 28
Octal 162 160 134 0 2 23 67 67 13 50
Binary 1110010 1110000 1011100 0 10 10011 110111 110111 1011 101000

Color Harmonies of #72705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72705C

Black with #72705C

Text Example


Text Example

White with #72705C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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