Html Css Color HEX #754355 Finn

📋 copy color: '#754355'

red 117 ◦ green 67 ◦ blue 85

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

Shades of Finn #754355

Tints of Finn #754355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.91%

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

R = 43.49%
G = 24.91%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#754355 (or 0x754355) is known color: Finn. HEX triplet: 75, 43 and 55. RGB value is (117,67,85). Sum of RGB (Red+Green+Blue) = 117+67+85=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #754355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754355 is #8ABCAA. Grayscale: #535353. Windows color (decimal): -9092267 or 5587829. OLE color: 5587829.

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

Color convert

RGB 117 67 85 -
CMYK 0 0.43 0.27 0.54
HSL 338.4º 0.27% 0.36% -
HSV(B) 338.4º 0.43% 0.46% -
XYZ 10.98 8.45 9.65 -
YUV 84 128.57 151.54 -
System Red Green Blue C M Y K H S L
Decimal 117 67 85 0 0.43 0.27 0.54 338.4 0.27 0.36
Hex 75 43 55 0 2B 1B 36 152 1B 24
Octal 165 103 125 0 53 33 66 522 33 44
Binary 1110101 1000011 1010101 0 101011 11011 110110 101010010 11011 100100

Color Harmonies of #754355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754355

Black with #754355

Text Example


Text Example

White with #754355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754355; }

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

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

background-color css

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

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

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

border-color css

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

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

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