Html Css Color HEX #754157 Finn

📋 copy color: '#754157'

red 117 ◦ green 65 ◦ blue 87

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

Shades of Finn #754157

Tints of Finn #754157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 32.34%

R = 43.49%
G = 24.16%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#754157 (or 0x754157) is known color: Finn. HEX triplet: 75, 41 and 57. RGB value is (117,65,87). Sum of RGB (Red+Green+Blue) = 117+65+87=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 87 (34.38% from 255 or 32.34% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #754157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754157 is #8ABEA8. Grayscale: #535353. Windows color (decimal): -9092777 or 5718389. OLE color: 5718389.

HSL color Cylindrical-coordinate representation of color #754157: hue angle of 334.62º 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 #754157 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 65 87 -
CMYK 0 0.44 0.26 0.54
HSL 334.62º 0.29% 0.36% -
HSV(B) 334.62º 0.44% 0.46% -
XYZ 10.95 8.25 10.03 -
YUV 83.06 130.23 152.21 -
System Red Green Blue C M Y K H S L
Decimal 117 65 87 0 0.44 0.26 0.54 334.62 0.29 0.36
Hex 75 41 57 0 2C 1A 36 14F 1D 24
Octal 165 101 127 0 54 32 66 517 35 44
Binary 1110101 1000001 1010111 0 101100 11010 110110 101001111 11101 100100

Color Harmonies of #754157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754157

Black with #754157

Text Example


Text Example

White with #754157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754157; }

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

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

background-color css

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

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

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

border-color css

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

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

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