Html Css Color HEX #714652 Finn

📋 copy color: '#714652'

red 113 ◦ green 70 ◦ blue 82

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

Shades of Finn #714652

Tints of Finn #714652

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.42%

 BLUE value IS 82 (32.42% from 255) = 30.94%

R = 42.64%
G = 26.42%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#714652 (or 0x714652) is known color: Finn. HEX triplet: 71, 46 and 52. RGB value is (113,70,82). Sum of RGB (Red+Green+Blue) = 113+70+82=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #714652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714652 is #8EB9AD. Grayscale: #545454. Windows color (decimal): -9353646 or 5391985. OLE color: 5391985.

HSL color Cylindrical-coordinate representation of color #714652: hue angle of 343.26º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #714652 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 70 82 -
CMYK 0 0.38 0.27 0.56
HSL 343.26º 0.23% 0.36% -
HSV(B) 343.26º 0.38% 0.44% -
XYZ 10.52 8.5 9.07 -
YUV 84.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 113 70 82 0 0.38 0.27 0.56 343.26 0.23 0.36
Hex 71 46 52 0 26 1B 38 157 17 24
Octal 161 106 122 0 46 33 70 527 27 44
Binary 1110001 1000110 1010010 0 100110 11011 111000 101010111 10111 100100

Color Harmonies of #714652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714652

Black with #714652

Text Example


Text Example

White with #714652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714652; }

 p { color: rgb(113,70,82); }

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

background-color css

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

 a { background-color: rgb(113,70,82); }

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

border-color css

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

 span { border-color: rgb(113,70,82); }

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