Html Css Color HEX #704450 Finn

📋 copy color: '#704450'

red 112 ◦ green 68 ◦ blue 80

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

Shades of Finn #704450

Tints of Finn #704450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.15%

 BLUE value IS 80 (31.64% from 255) = 30.77%

R = 43.08%
G = 26.15%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#704450 (or 0x704450) is known color: Finn. HEX triplet: 70, 44 and 50. RGB value is (112,68,80). Sum of RGB (Red+Green+Blue) = 112+68+80=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #704450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704450 is #8FBBAF. Grayscale: #525252. Windows color (decimal): -9419696 or 5260400. OLE color: 5260400.

HSL color Cylindrical-coordinate representation of color #704450: hue angle of 343.64º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #704450 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 68 80 -
CMYK 0 0.39 0.29 0.56
HSL 343.64º 0.24% 0.35% -
HSV(B) 343.64º 0.39% 0.44% -
XYZ 10.2 8.16 8.63 -
YUV 82.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 112 68 80 0 0.39 0.29 0.56 343.64 0.24 0.35
Hex 70 44 50 0 27 1D 38 158 18 23
Octal 160 104 120 0 47 35 70 530 30 43
Binary 1110000 1000100 1010000 0 100111 11101 111000 101011000 11000 100011

Color Harmonies of #704450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704450

Black with #704450

Text Example


Text Example

White with #704450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704450; }

 p { color: rgb(112,68,80); }

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

background-color css

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

 a { background-color: rgb(112,68,80); }

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

border-color css

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

 span { border-color: rgb(112,68,80); }

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