Html Css Color HEX #754257 Finn

📋 copy color: '#754257'

red 117 ◦ green 66 ◦ blue 87

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

Shades of Finn #754257

Tints of Finn #754257

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.44%

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

R = 43.33%
G = 24.44%
B = 32.22%

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

#754257 (or 0x754257) is known color: Finn. HEX triplet: 75, 42 and 57. RGB value is (117,66,87). Sum of RGB (Red+Green+Blue) = 117+66+87=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 87 (34.38% from 255 or 32.22% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #754257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754257 is #8ABDA8. Grayscale: #535353. Windows color (decimal): -9092521 or 5718645. OLE color: 5718645.

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

Color convert

RGB 117 66 87 -
CMYK 0 0.44 0.26 0.54
HSL 335.29º 0.28% 0.36% -
HSV(B) 335.29º 0.44% 0.46% -
XYZ 11 8.37 10.05 -
YUV 83.64 129.9 151.79 -
System Red Green Blue C M Y K H S L
Decimal 117 66 87 0 0.44 0.26 0.54 335.29 0.28 0.36
Hex 75 42 57 0 2C 1A 36 14F 1C 24
Octal 165 102 127 0 54 32 66 517 34 44
Binary 1110101 1000010 1010111 0 101100 11010 110110 101001111 11100 100100

Color Harmonies of #754257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754257

Black with #754257

Text Example


Text Example

White with #754257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754257; }

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

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

background-color css

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

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

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

border-color css

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

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

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