Html Css Color HEX #753D5A Finn

📋 copy color: '#753D5A'

red 117 ◦ green 61 ◦ blue 90

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

Shades of Finn #753D5A

Tints of Finn #753D5A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.76%

 BLUE value IS 90 (35.55% from 255) = 33.58%

R = 43.66%
G = 22.76%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#753D5A (or 0x753D5A) is known color: Finn. HEX triplet: 75, 3D and 5A. RGB value is (117,61,90). Sum of RGB (Red+Green+Blue) = 117+61+90=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #753D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753D5A is #8AC2A5. Grayscale: #505050. Windows color (decimal): -9093798 or 5913973. OLE color: 5913973.

HSL color Cylindrical-coordinate representation of color #753D5A: hue angle of 328.93º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #753D5A is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 61 90 -
CMYK 0 0.48 0.23 0.54
HSL 328.93º 0.31% 0.35% -
HSV(B) 328.93º 0.48% 0.46% -
XYZ 10.85 7.86 10.62 -
YUV 81.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 117 61 90 0 0.48 0.23 0.54 328.93 0.31 0.35
Hex 75 3D 5A 0 30 17 36 149 1F 23
Octal 165 75 132 0 60 27 66 511 37 43
Binary 1110101 111101 1011010 0 110000 10111 110110 101001001 11111 100011

Color Harmonies of #753D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753D5A

Black with #753D5A

Text Example


Text Example

White with #753D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753D5A; }

 p { color: rgb(117,61,90); }

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

background-color css

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

 a { background-color: rgb(117,61,90); }

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

border-color css

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

 span { border-color: rgb(117,61,90); }

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