Html Css Color HEX #754B54 Finn

📋 copy color: '#754B54'

red 117 ◦ green 75 ◦ blue 84

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

Shades of Finn #754B54

Tints of Finn #754B54

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.17%

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

R = 42.39%
G = 27.17%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#754B54 (or 0x754B54) is known color: Finn. HEX triplet: 75, 4B and 54. RGB value is (117,75,84). Sum of RGB (Red+Green+Blue) = 117+75+84=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #754B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754B54 is #8AB4AB. Grayscale: #585858. Windows color (decimal): -9090220 or 5524341. OLE color: 5524341.

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

Color convert

RGB 117 75 84 -
CMYK 0 0.36 0.28 0.54
HSL 347.14º 0.22% 0.38% -
HSV(B) 347.14º 0.36% 0.46% -
XYZ 11.45 9.45 9.61 -
YUV 88.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 117 75 84 0 0.36 0.28 0.54 347.14 0.22 0.38
Hex 75 4B 54 0 24 1C 36 15B 16 26
Octal 165 113 124 0 44 34 66 533 26 46
Binary 1110101 1001011 1010100 0 100100 11100 110110 101011011 10110 100110

Color Harmonies of #754B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754B54

Black with #754B54

Text Example


Text Example

White with #754B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754B54; }

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

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

background-color css

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

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

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

border-color css

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

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

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