Html Css Color HEX #754454 Finn

📋 copy color: '#754454'

red 117 ◦ green 68 ◦ blue 84

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

Shades of Finn #754454

Tints of Finn #754454

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.28%

 BLUE value IS 84 (33.2% from 255) = 31.23%

R = 43.49%
G = 25.28%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#754454 (or 0x754454) is known color: Finn. HEX triplet: 75, 44 and 54. RGB value is (117,68,84). Sum of RGB (Red+Green+Blue) = 117+68+84=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #754454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754454 is #8ABBAB. Grayscale: #545454. Windows color (decimal): -9092012 or 5522549. OLE color: 5522549.

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

Color convert

RGB 117 68 84 -
CMYK 0 0.42 0.28 0.54
HSL 340.41º 0.26% 0.36% -
HSV(B) 340.41º 0.42% 0.46% -
XYZ 11 8.56 9.46 -
YUV 84.48 127.73 151.2 -
System Red Green Blue C M Y K H S L
Decimal 117 68 84 0 0.42 0.28 0.54 340.41 0.26 0.36
Hex 75 44 54 0 2A 1C 36 154 1A 24
Octal 165 104 124 0 52 34 66 524 32 44
Binary 1110101 1000100 1010100 0 101010 11100 110110 101010100 11010 100100

Color Harmonies of #754454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754454

Black with #754454

Text Example


Text Example

White with #754454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754454; }

 p { color: rgb(117,68,84); }

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

background-color css

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

 a { background-color: rgb(117,68,84); }

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

border-color css

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

 span { border-color: rgb(117,68,84); }

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