Html Css Color HEX #756478 Rum

📋 copy color: '#756478'

red 117 ◦ green 100 ◦ blue 120

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

Shades of Rum #756478

Tints of Rum #756478

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.67%

 BLUE value IS 120 (47.27% from 255) = 35.61%

R = 34.72%
G = 29.67%
B = 35.61%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#756478 (or 0x756478) is known color: Rum. HEX triplet: 75, 64 and 78. RGB value is (117,100,120). Sum of RGB (Red+Green+Blue) = 117+100+120=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 120 - color contains mainly: blue. Hex color #756478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756478 is #8A9B87. Grayscale: #6B6B6B. Windows color (decimal): -9083784 or 7890037. OLE color: 7890037.

HSL color Cylindrical-coordinate representation of color #756478: hue angle of 291º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #756478 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 100 120 -
CMYK 0.02 0.17 0 0.53
HSL 291º 0.09% 0.43% -
HSV(B) 291º 0.17% 0.47% -
XYZ 15.28 14.25 19.71 -
YUV 107.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 117 100 120 0.02 0.17 0 0.53 291 0.09 0.43
Hex 75 64 78 2 11 0 35 123 9 2B
Octal 165 144 170 2 21 0 65 443 11 53
Binary 1110101 1100100 1111000 10 10001 0 110101 100100011 1001 101011

Color Harmonies of #756478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756478

Black with #756478

Text Example


Text Example

White with #756478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756478; }

 p { color: rgb(117,100,120); }

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

background-color css

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

 a { background-color: rgb(117,100,120); }

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

border-color css

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

 span { border-color: rgb(117,100,120); }

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