Html Css Color HEX #704A5A Finn

📋 copy color: '#704A5A'

red 112 ◦ green 74 ◦ blue 90

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

Shades of Finn #704A5A

Tints of Finn #704A5A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.81%

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

R = 40.58%
G = 26.81%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#704A5A (or 0x704A5A) is known color: Finn. HEX triplet: 70, 4A and 5A. RGB value is (112,74,90). Sum of RGB (Red+Green+Blue) = 112+74+90=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #704A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704A5A is #8FB5A5. Grayscale: #575757. Windows color (decimal): -9418150 or 5917296. OLE color: 5917296.

HSL color Cylindrical-coordinate representation of color #704A5A: hue angle of 334.74º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #704A5A is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 74 90 -
CMYK 0 0.34 0.20 0.56
HSL 334.74º 0.2% 0.36% -
HSV(B) 334.74º 0.34% 0.44% -
XYZ 10.98 9.08 10.85 -
YUV 87.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 112 74 90 0 0.34 0.20 0.56 334.74 0.2 0.36
Hex 70 4A 5A 0 22 14 38 14F 14 24
Octal 160 112 132 0 42 24 70 517 24 44
Binary 1110000 1001010 1011010 0 100010 10100 111000 101001111 10100 100100

Color Harmonies of #704A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704A5A

Black with #704A5A

Text Example


Text Example

White with #704A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704A5A; }

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

 H1.HeaderClassName
 {
   color: #704A5A;
 }
 .AnyTagClassName
 {
   color: #704A5A;
 }
</style>

background-color css

<style>
 a { background-color: #704A5A; }

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

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

border-color css

<style>
 span { border-color: #704A5A; }

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

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