Html Css Color HEX #766778 Rum

📋 copy color: '#766778'

red 118 ◦ green 103 ◦ blue 120

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

Shades of Rum #766778

Tints of Rum #766778

RGB

 RED value IS 118 (46.48% from 255) = 34.6%

 GREEN value IS 103 (40.63% from 255) = 30.21%

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

R = 34.6%
G = 30.21%
B = 35.19%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#766778 (or 0x766778) is known color: Rum. HEX triplet: 76, 67 and 78. RGB value is (118,103,120). Sum of RGB (Red+Green+Blue) = 118+103+120=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 120 - color contains mainly: blue. Hex color #766778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766778 is #899887. Grayscale: #6D6D6D. Windows color (decimal): -9017480 or 7890806. OLE color: 7890806.

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

Color convert

RGB 118 103 120 -
CMYK 0.02 0.14 0 0.53
HSL 292.94º 0.08% 0.44% -
HSV(B) 292.94º 0.14% 0.47% -
XYZ 15.71 14.91 19.82 -
YUV 109.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 118 103 120 0.02 0.14 0 0.53 292.94 0.08 0.44
Hex 76 67 78 2 E 0 35 125 8 2C
Octal 166 147 170 2 16 0 65 445 10 54
Binary 1110110 1100111 1111000 10 1110 0 110101 100100101 1000 101100

Color Harmonies of #766778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766778

Black with #766778

Text Example


Text Example

White with #766778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766778; }

 p { color: rgb(118,103,120); }

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

background-color css

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

 a { background-color: rgb(118,103,120); }

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

border-color css

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

 span { border-color: rgb(118,103,120); }

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