Html Css Color HEX #76677B Rum

📋 copy color: '#76677B'

red 118 ◦ green 103 ◦ blue 123

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

Shades of Rum #76677B

Tints of Rum #76677B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.76%

R = 34.3%
G = 29.94%
B = 35.76%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76677B (or 0x76677B) is known color: Rum. HEX triplet: 76, 67 and 7B. RGB value is (118,103,123). Sum of RGB (Red+Green+Blue) = 118+103+123=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 123 - color contains mainly: blue. Hex color #76677B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76677B is #899884. Grayscale: #6D6D6D. Windows color (decimal): -9017477 or 8087414. OLE color: 8087414.

HSL color Cylindrical-coordinate representation of color #76677B: hue angle of 285º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #76677B is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 103 123 -
CMYK 0.04 0.16 0 0.52
HSL 285º 0.09% 0.44% -
HSV(B) 285º 0.16% 0.48% -
XYZ 15.9 14.98 20.79 -
YUV 109.77 135.47 133.87 -
System Red Green Blue C M Y K H S L
Decimal 118 103 123 0.04 0.16 0 0.52 285 0.09 0.44
Hex 76 67 7B 4 10 0 34 11D 9 2C
Octal 166 147 173 4 20 0 64 435 11 54
Binary 1110110 1100111 1111011 100 10000 0 110100 100011101 1001 101100

Color Harmonies of #76677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76677B

Black with #76677B

Text Example


Text Example

White with #76677B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76677B; }

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

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

background-color css

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

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

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

border-color css

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

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

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