Html Css Color HEX #754655 Finn

📋 copy color: '#754655'

red 117 ◦ green 70 ◦ blue 85

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

Shades of Finn #754655

Tints of Finn #754655

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.74%

 BLUE value IS 85 (33.59% from 255) = 31.25%

R = 43.01%
G = 25.74%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#754655 (or 0x754655) is known color: Finn. HEX triplet: 75, 46 and 55. RGB value is (117,70,85). Sum of RGB (Red+Green+Blue) = 117+70+85=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #754655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754655 is #8AB9AA. Grayscale: #555555. Windows color (decimal): -9091499 or 5588597. OLE color: 5588597.

HSL color Cylindrical-coordinate representation of color #754655: hue angle of 340.85º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #754655 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 70 85 -
CMYK 0 0.40 0.27 0.54
HSL 340.85º 0.25% 0.37% -
HSV(B) 340.85º 0.4% 0.46% -
XYZ 11.17 8.82 9.71 -
YUV 85.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 117 70 85 0 0.40 0.27 0.54 340.85 0.25 0.37
Hex 75 46 55 0 28 1B 36 155 19 25
Octal 165 106 125 0 50 33 66 525 31 45
Binary 1110101 1000110 1010101 0 101000 11011 110110 101010101 11001 100101

Color Harmonies of #754655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754655

Black with #754655

Text Example


Text Example

White with #754655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754655; }

 p { color: rgb(117,70,85); }

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

background-color css

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

 a { background-color: rgb(117,70,85); }

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

border-color css

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

 span { border-color: rgb(117,70,85); }

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