Html Css Color HEX #756278 Rum

📋 copy color: '#756278'

red 117 ◦ green 98 ◦ blue 120

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

Shades of Rum #756278

Tints of Rum #756278

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.25%

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

R = 34.93%
G = 29.25%
B = 35.82%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#756278 (or 0x756278) is known color: Rum. HEX triplet: 75, 62 and 78. RGB value is (117,98,120). Sum of RGB (Red+Green+Blue) = 117+98+120=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 120 - color contains mainly: blue. Hex color #756278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756278 is #8A9D87. Grayscale: #6A6A6A. Windows color (decimal): -9084296 or 7889525. OLE color: 7889525.

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

Color convert

RGB 117 98 120 -
CMYK 0.02 0.18 0 0.53
HSL 291.82º 0.1% 0.43% -
HSV(B) 291.82º 0.18% 0.47% -
XYZ 15.09 13.87 19.65 -
YUV 106.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 117 98 120 0.02 0.18 0 0.53 291.82 0.1 0.43
Hex 75 62 78 2 12 0 35 124 A 2B
Octal 165 142 170 2 22 0 65 444 12 53
Binary 1110101 1100010 1111000 10 10010 0 110101 100100100 1010 101011

Color Harmonies of #756278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756278

Black with #756278

Text Example


Text Example

White with #756278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756278; }

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

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

background-color css

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

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

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

border-color css

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

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

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