Html Css Color HEX #72465A Finn

📋 copy color: '#72465A'

red 114 ◦ green 70 ◦ blue 90

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

Shades of Finn #72465A

Tints of Finn #72465A

RGB

 RED value IS 114 (44.92% from 255) = 41.61%

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

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

R = 41.61%
G = 25.55%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#72465A (or 0x72465A) is known color: Finn. HEX triplet: 72, 46 and 5A. RGB value is (114,70,90). Sum of RGB (Red+Green+Blue) = 114+70+90=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #72465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72465A is #8DB9A5. Grayscale: #555555. Windows color (decimal): -9288102 or 5916274. OLE color: 5916274.

HSL color Cylindrical-coordinate representation of color #72465A: hue angle of 332.73º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72465A is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 70 90 -
CMYK 0 0.39 0.21 0.55
HSL 332.73º 0.24% 0.36% -
HSV(B) 332.73º 0.39% 0.45% -
XYZ 10.98 8.7 10.77 -
YUV 85.44 130.58 148.37 -
System Red Green Blue C M Y K H S L
Decimal 114 70 90 0 0.39 0.21 0.55 332.73 0.24 0.36
Hex 72 46 5A 0 27 15 37 14D 18 24
Octal 162 106 132 0 47 25 67 515 30 44
Binary 1110010 1000110 1011010 0 100111 10101 110111 101001101 11000 100100

Color Harmonies of #72465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72465A

Black with #72465A

Text Example


Text Example

White with #72465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72465A; }

 p { color: rgb(114,70,90); }

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

background-color css

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

 a { background-color: rgb(114,70,90); }

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

border-color css

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

 span { border-color: rgb(114,70,90); }

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