Html Css Color HEX #754255 Finn

📋 copy color: '#754255'

red 117 ◦ green 66 ◦ blue 85

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

Shades of Finn #754255

Tints of Finn #754255

RGB

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

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

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

R = 43.66%
G = 24.63%
B = 31.72%

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

#754255 (or 0x754255) is known color: Finn. HEX triplet: 75, 42 and 55. RGB value is (117,66,85). Sum of RGB (Red+Green+Blue) = 117+66+85=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #754255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754255 is #8ABDAA. Grayscale: #535353. Windows color (decimal): -9092523 or 5587573. OLE color: 5587573.

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

Color convert

RGB 117 66 85 -
CMYK 0 0.44 0.27 0.54
HSL 337.65º 0.28% 0.36% -
HSV(B) 337.65º 0.44% 0.46% -
XYZ 10.92 8.33 9.63 -
YUV 83.42 128.9 151.96 -
System Red Green Blue C M Y K H S L
Decimal 117 66 85 0 0.44 0.27 0.54 337.65 0.28 0.36
Hex 75 42 55 0 2C 1B 36 152 1C 24
Octal 165 102 125 0 54 33 66 522 34 44
Binary 1110101 1000010 1010101 0 101100 11011 110110 101010010 11100 100100

Color Harmonies of #754255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754255

Black with #754255

Text Example


Text Example

White with #754255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754255; }

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

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

background-color css

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

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

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

border-color css

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

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

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