Html Css Color HEX #754155 Finn

📋 copy color: '#754155'

red 117 ◦ green 65 ◦ blue 85

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

Shades of Finn #754155

Tints of Finn #754155

RGB

 RED value IS 117 (46.09% from 255) = 43.82%

 GREEN value IS 65 (25.78% from 255) = 24.34%

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

R = 43.82%
G = 24.34%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#754155 (or 0x754155) is known color: Finn. HEX triplet: 75, 41 and 55. RGB value is (117,65,85). Sum of RGB (Red+Green+Blue) = 117+65+85=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #754155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754155 is #8ABEAA. Grayscale: #525252. Windows color (decimal): -9092779 or 5587317. OLE color: 5587317.

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

Color convert

RGB 117 65 85 -
CMYK 0 0.44 0.27 0.54
HSL 336.92º 0.29% 0.36% -
HSV(B) 336.92º 0.44% 0.46% -
XYZ 10.87 8.22 9.61 -
YUV 82.83 129.23 152.37 -
System Red Green Blue C M Y K H S L
Decimal 117 65 85 0 0.44 0.27 0.54 336.92 0.29 0.36
Hex 75 41 55 0 2C 1B 36 151 1D 24
Octal 165 101 125 0 54 33 66 521 35 44
Binary 1110101 1000001 1010101 0 101100 11011 110110 101010001 11101 100100

Color Harmonies of #754155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754155

Black with #754155

Text Example


Text Example

White with #754155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754155; }

 p { color: rgb(117,65,85); }

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

background-color css

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

 a { background-color: rgb(117,65,85); }

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

border-color css

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

 span { border-color: rgb(117,65,85); }

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