Html Css Color HEX #72455A Finn

📋 copy color: '#72455A'

red 114 ◦ green 69 ◦ blue 90

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

Shades of Finn #72455A

Tints of Finn #72455A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.27%

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

R = 41.76%
G = 25.27%
B = 32.97%

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

#72455A (or 0x72455A) is known color: Finn. HEX triplet: 72, 45 and 5A. RGB value is (114,69,90). Sum of RGB (Red+Green+Blue) = 114+69+90=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #72455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72455A is #8DBAA5. Grayscale: #545454. Windows color (decimal): -9288358 or 5916018. OLE color: 5916018.

HSL color Cylindrical-coordinate representation of color #72455A: hue angle of 332º degrees, saturation: 0.25, 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 #72455A is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 69 90 -
CMYK 0 0.39 0.21 0.55
HSL 332º 0.25% 0.36% -
HSV(B) 332º 0.39% 0.45% -
XYZ 10.91 8.57 10.75 -
YUV 84.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 114 69 90 0 0.39 0.21 0.55 332 0.25 0.36
Hex 72 45 5A 0 27 15 37 14C 19 24
Octal 162 105 132 0 47 25 67 514 31 44
Binary 1110010 1000101 1011010 0 100111 10101 110111 101001100 11001 100100

Color Harmonies of #72455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72455A

Black with #72455A

Text Example


Text Example

White with #72455A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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