Html Css Color HEX #766678 Rum

📋 copy color: '#766678'

red 118 ◦ green 102 ◦ blue 120

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

Shades of Rum #766678

Tints of Rum #766678

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30%

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

R = 34.71%
G = 30%
B = 35.29%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#766678 (or 0x766678) is known color: Rum. HEX triplet: 76, 66 and 78. RGB value is (118,102,120). Sum of RGB (Red+Green+Blue) = 118+102+120=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 120 - color contains mainly: blue. Hex color #766678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766678 is #899987. Grayscale: #6C6C6C. Windows color (decimal): -9017736 or 7890550. OLE color: 7890550.

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

Color convert

RGB 118 102 120 -
CMYK 0.02 0.15 0 0.53
HSL 293.33º 0.08% 0.44% -
HSV(B) 293.33º 0.15% 0.47% -
XYZ 15.61 14.71 19.79 -
YUV 108.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 118 102 120 0.02 0.15 0 0.53 293.33 0.08 0.44
Hex 76 66 78 2 F 0 35 125 8 2C
Octal 166 146 170 2 17 0 65 445 10 54
Binary 1110110 1100110 1111000 10 1111 0 110101 100100101 1000 101100

Color Harmonies of #766678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766678

Black with #766678

Text Example


Text Example

White with #766678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766678; }

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

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

background-color css

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

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

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

border-color css

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

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

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