Html Css Color HEX #756978 Rum

📋 copy color: '#756978'

red 117 ◦ green 105 ◦ blue 120

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

Shades of Rum #756978

Tints of Rum #756978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.7%

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

R = 34.21%
G = 30.7%
B = 35.09%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#756978 (or 0x756978) is known color: Rum. HEX triplet: 75, 69 and 78. RGB value is (117,105,120). Sum of RGB (Red+Green+Blue) = 117+105+120=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 120 - color contains mainly: blue. Hex color #756978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756978 is #8A9687. Grayscale: #6E6E6E. Windows color (decimal): -9082504 or 7891317. OLE color: 7891317.

HSL color Cylindrical-coordinate representation of color #756978: hue angle of 288º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #756978 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 105 120 -
CMYK 0.02 0.13 0 0.53
HSL 288º 0.07% 0.44% -
HSV(B) 288º 0.13% 0.47% -
XYZ 15.78 15.24 19.88 -
YUV 110.3 133.48 132.78 -
System Red Green Blue C M Y K H S L
Decimal 117 105 120 0.02 0.13 0 0.53 288 0.07 0.44
Hex 75 69 78 2 D 0 35 120 7 2C
Octal 165 151 170 2 15 0 65 440 7 54
Binary 1110101 1101001 1111000 10 1101 0 110101 100100000 111 101100

Color Harmonies of #756978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756978

Black with #756978

Text Example


Text Example

White with #756978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756978; }

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

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

background-color css

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

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

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

border-color css

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

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

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