Html Css Color HEX #70725A Finch

📋 copy color: '#70725A'

red 112 ◦ green 114 ◦ blue 90

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

Shades of Finch #70725A

Tints of Finch #70725A

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #70725A: hue angle of 65º 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 #70725A is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 114 90 -
CMYK 0.02 0 0.21 0.55
HSL 65º 0.12% 0.4% -
HSV(B) 65º 0.21% 0.45% -
XYZ 14.54 16.22 12.04 -
YUV 110.67 116.34 128.95 -
System Red Green Blue C M Y K H S L
Decimal 112 114 90 0.02 0 0.21 0.55 65 0.12 0.4
Hex 70 72 5A 2 0 15 37 41 C 28
Octal 160 162 132 2 0 25 67 101 14 50
Binary 1110000 1110010 1011010 10 0 10101 110111 1000001 1100 101000

Color Harmonies of #70725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70725A

Black with #70725A

Text Example


Text Example

White with #70725A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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