Html Css Color HEX #766B78 Rum

📋 copy color: '#766B78'

red 118 ◦ green 107 ◦ blue 120

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

Shades of Rum #766B78

Tints of Rum #766B78

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.01%

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

R = 34.2%
G = 31.01%
B = 34.78%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#766B78 (or 0x766B78) is known color: Rum. HEX triplet: 76, 6B and 78. RGB value is (118,107,120). Sum of RGB (Red+Green+Blue) = 118+107+120=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 120 - color contains mainly: blue. Hex color #766B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B78 is #899487. Grayscale: #6F6F6F. Windows color (decimal): -9016456 or 7891830. OLE color: 7891830.

HSL color Cylindrical-coordinate representation of color #766B78: hue angle of 290.77º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #766B78 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 107 120 -
CMYK 0.02 0.11 0 0.53
HSL 290.77º 0.06% 0.45% -
HSV(B) 290.77º 0.11% 0.47% -
XYZ 16.12 15.72 19.95 -
YUV 111.77 132.64 132.44 -
System Red Green Blue C M Y K H S L
Decimal 118 107 120 0.02 0.11 0 0.53 290.77 0.06 0.45
Hex 76 6B 78 2 B 0 35 123 6 2D
Octal 166 153 170 2 13 0 65 443 6 55
Binary 1110110 1101011 1111000 10 1011 0 110101 100100011 110 101101

Color Harmonies of #766B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B78

Black with #766B78

Text Example


Text Example

White with #766B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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