Html Css Color HEX #754252 Finn

📋 copy color: '#754252'

red 117 ◦ green 66 ◦ blue 82

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

Shades of Finn #754252

Tints of Finn #754252

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.91%

 BLUE value IS 82 (32.42% from 255) = 30.94%

R = 44.15%
G = 24.91%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#754252 (or 0x754252) is known color: Finn. HEX triplet: 75, 42 and 52. RGB value is (117,66,82). Sum of RGB (Red+Green+Blue) = 117+66+82=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #754252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754252 is #8ABDAD. Grayscale: #535353. Windows color (decimal): -9092526 or 5390965. OLE color: 5390965.

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

Color convert

RGB 117 66 82 -
CMYK 0 0.44 0.30 0.54
HSL 341.18º 0.28% 0.36% -
HSV(B) 341.18º 0.44% 0.46% -
XYZ 10.81 8.29 9.01 -
YUV 83.07 127.4 152.2 -
System Red Green Blue C M Y K H S L
Decimal 117 66 82 0 0.44 0.30 0.54 341.18 0.28 0.36
Hex 75 42 52 0 2C 1E 36 155 1C 24
Octal 165 102 122 0 54 36 66 525 34 44
Binary 1110101 1000010 1010010 0 101100 11110 110110 101010101 11100 100100

Color Harmonies of #754252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754252

Black with #754252

Text Example


Text Example

White with #754252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754252; }

 p { color: rgb(117,66,82); }

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

background-color css

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

 a { background-color: rgb(117,66,82); }

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

border-color css

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

 span { border-color: rgb(117,66,82); }

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