Html Css Color HEX #754453 Finn

📋 copy color: '#754453'

red 117 ◦ green 68 ◦ blue 83

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

Shades of Finn #754453

Tints of Finn #754453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.97%

R = 43.66%
G = 25.37%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#754453 (or 0x754453) is known color: Finn. HEX triplet: 75, 44 and 53. RGB value is (117,68,83). Sum of RGB (Red+Green+Blue) = 117+68+83=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #754453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754453 is #8ABBAC. Grayscale: #545454. Windows color (decimal): -9092013 or 5457013. OLE color: 5457013.

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

Color convert

RGB 117 68 83 -
CMYK 0 0.42 0.29 0.54
HSL 341.63º 0.26% 0.36% -
HSV(B) 341.63º 0.42% 0.46% -
XYZ 10.96 8.54 9.25 -
YUV 84.36 127.23 151.28 -
System Red Green Blue C M Y K H S L
Decimal 117 68 83 0 0.42 0.29 0.54 341.63 0.26 0.36
Hex 75 44 53 0 2A 1D 36 156 1A 24
Octal 165 104 123 0 52 35 66 526 32 44
Binary 1110101 1000100 1010011 0 101010 11101 110110 101010110 11010 100100

Color Harmonies of #754453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754453

Black with #754453

Text Example


Text Example

White with #754453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754453; }

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

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

background-color css

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

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

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

border-color css

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

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

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