Html Css Color HEX #70725E Finch

📋 copy color: '#70725E'

red 112 ◦ green 114 ◦ blue 94

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

Shades of Finch #70725E

Tints of Finch #70725E

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

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

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

Color convert

RGB 112 114 94 -
CMYK 0.02 0 0.18 0.55
HSL 66º 0.1% 0.41% -
HSV(B) 66º 0.18% 0.45% -
XYZ 14.72 16.29 12.96 -
YUV 111.12 118.34 128.63 -
System Red Green Blue C M Y K H S L
Decimal 112 114 94 0.02 0 0.18 0.55 66 0.1 0.41
Hex 70 72 5E 2 0 12 37 42 A 29
Octal 160 162 136 2 0 22 67 102 12 51
Binary 1110000 1110010 1011110 10 0 10010 110111 1000010 1010 101001

Color Harmonies of #70725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70725E

Black with #70725E

Text Example


Text Example

White with #70725E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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