Html Css Color HEX #72705A Flint

📋 copy color: '#72705A'

red 114 ◦ green 112 ◦ blue 90

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

Shades of Flint #72705A

Tints of Flint #72705A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.48%

R = 36.08%
G = 35.44%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#72705A (or 0x72705A) is known color: Flint. HEX triplet: 72, 70 and 5A. RGB value is (114,112,90). Sum of RGB (Red+Green+Blue) = 114+112+90=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 114 - color contains mainly: red. Hex color #72705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72705A is #8D8FA5. Grayscale: #6E6E6E. Windows color (decimal): -9277350 or 5927026. OLE color: 5927026.

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

Color convert

RGB 114 112 90 -
CMYK 0 0.02 0.21 0.55
HSL 55º 0.12% 0.4% -
HSV(B) 55º 0.21% 0.45% -
XYZ 14.58 15.9 11.97 -
YUV 110.09 116.66 130.79 -
System Red Green Blue C M Y K H S L
Decimal 114 112 90 0 0.02 0.21 0.55 55 0.12 0.4
Hex 72 70 5A 0 2 15 37 37 C 28
Octal 162 160 132 0 2 25 67 67 14 50
Binary 1110010 1110000 1011010 0 10 10101 110111 110111 1100 101000

Color Harmonies of #72705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72705A

Black with #72705A

Text Example


Text Example

White with #72705A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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