Html Css Color HEX #72705E Flint

📋 copy color: '#72705E'

red 114 ◦ green 112 ◦ blue 94

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

Shades of Flint #72705E

Tints of Flint #72705E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.38%

R = 35.63%
G = 35%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#72705E (or 0x72705E) is known color: Flint. HEX triplet: 72, 70 and 5E. RGB value is (114,112,94). Sum of RGB (Red+Green+Blue) = 114+112+94=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 114 - color contains mainly: red. Hex color #72705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72705E is #8D8FA1. Grayscale: #6E6E6E. Windows color (decimal): -9277346 or 6189170. OLE color: 6189170.

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

Color convert

RGB 114 112 94 -
CMYK 0 0.02 0.18 0.55
HSL 54º 0.1% 0.41% -
HSV(B) 54º 0.18% 0.45% -
XYZ 14.75 15.97 12.9 -
YUV 110.55 118.66 130.46 -
System Red Green Blue C M Y K H S L
Decimal 114 112 94 0 0.02 0.18 0.55 54 0.1 0.41
Hex 72 70 5E 0 2 12 37 36 A 29
Octal 162 160 136 0 2 22 67 66 12 51
Binary 1110010 1110000 1011110 0 10 10010 110111 110110 1010 101001

Color Harmonies of #72705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72705E

Black with #72705E

Text Example


Text Example

White with #72705E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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