Html Css Color HEX #734855 Finn

📋 copy color: '#734855'

red 115 ◦ green 72 ◦ blue 85

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

Shades of Finn #734855

Tints of Finn #734855

RGB

 RED value IS 115 (45.31% from 255) = 42.28%

 GREEN value IS 72 (28.52% from 255) = 26.47%

 BLUE value IS 85 (33.59% from 255) = 31.25%

R = 42.28%
G = 26.47%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#734855 (or 0x734855) is known color: Finn. HEX triplet: 73, 48 and 55. RGB value is (115,72,85). Sum of RGB (Red+Green+Blue) = 115+72+85=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 115 - color contains mainly: red. Hex color #734855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734855 is #8CB7AA. Grayscale: #565656. Windows color (decimal): -9222059 or 5589107. OLE color: 5589107.

HSL color Cylindrical-coordinate representation of color #734855: hue angle of 341.86º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #734855 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 72 85 -
CMYK 0 0.37 0.26 0.55
HSL 341.86º 0.23% 0.37% -
HSV(B) 341.86º 0.37% 0.45% -
XYZ 11.03 8.94 9.74 -
YUV 86.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 115 72 85 0 0.37 0.26 0.55 341.86 0.23 0.37
Hex 73 48 55 0 25 1A 37 156 17 25
Octal 163 110 125 0 45 32 67 526 27 45
Binary 1110011 1001000 1010101 0 100101 11010 110111 101010110 10111 100101

Color Harmonies of #734855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734855

Black with #734855

Text Example


Text Example

White with #734855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734855; }

 p { color: rgb(115,72,85); }

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

background-color css

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

 a { background-color: rgb(115,72,85); }

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

border-color css

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

 span { border-color: rgb(115,72,85); }

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