Html Css Color HEX #72705B Flint

📋 copy color: '#72705B'

red 114 ◦ green 112 ◦ blue 91

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

Shades of Flint #72705B

Tints of Flint #72705B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.71%

R = 35.96%
G = 35.33%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#72705B (or 0x72705B) is known color: Flint. HEX triplet: 72, 70 and 5B. RGB value is (114,112,91). Sum of RGB (Red+Green+Blue) = 114+112+91=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 114 - color contains mainly: red. Hex color #72705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72705B is #8D8FA4. Grayscale: #6E6E6E. Windows color (decimal): -9277349 or 5992562. OLE color: 5992562.

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

Color convert

RGB 114 112 91 -
CMYK 0 0.02 0.20 0.55
HSL 54.78º 0.11% 0.4% -
HSV(B) 54.78º 0.2% 0.45% -
XYZ 14.62 15.92 12.2 -
YUV 110.2 117.16 130.71 -
System Red Green Blue C M Y K H S L
Decimal 114 112 91 0 0.02 0.20 0.55 54.78 0.11 0.4
Hex 72 70 5B 0 2 14 37 37 B 28
Octal 162 160 133 0 2 24 67 67 13 50
Binary 1110010 1110000 1011011 0 10 10100 110111 110111 1011 101000

Color Harmonies of #72705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72705B

Black with #72705B

Text Example


Text Example

White with #72705B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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