Html Css Color HEX #714457 Finn

📋 copy color: '#714457'

red 113 ◦ green 68 ◦ blue 87

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

Shades of Finn #714457

Tints of Finn #714457

RGB

 RED value IS 113 (44.53% from 255) = 42.16%

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

 BLUE value IS 87 (34.38% from 255) = 32.46%

R = 42.16%
G = 25.37%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#714457 (or 0x714457) is known color: Finn. HEX triplet: 71, 44 and 57. RGB value is (113,68,87). Sum of RGB (Red+Green+Blue) = 113+68+87=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 87 (34.38% from 255 or 32.46% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #714457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714457 is #8EBBA8. Grayscale: #535353. Windows color (decimal): -9354153 or 5719153. OLE color: 5719153.

HSL color Cylindrical-coordinate representation of color #714457: hue angle of 334.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #714457 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 68 87 -
CMYK 0 0.40 0.23 0.56
HSL 334.67º 0.25% 0.35% -
HSV(B) 334.67º 0.4% 0.44% -
XYZ 10.6 8.33 10.07 -
YUV 83.62 129.91 148.96 -
System Red Green Blue C M Y K H S L
Decimal 113 68 87 0 0.40 0.23 0.56 334.67 0.25 0.35
Hex 71 44 57 0 28 17 38 14F 19 23
Octal 161 104 127 0 50 27 70 517 31 43
Binary 1110001 1000100 1010111 0 101000 10111 111000 101001111 11001 100011

Color Harmonies of #714457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714457

Black with #714457

Text Example


Text Example

White with #714457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714457; }

 p { color: rgb(113,68,87); }

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

background-color css

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

 a { background-color: rgb(113,68,87); }

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

border-color css

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

 span { border-color: rgb(113,68,87); }

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