Html Css Color HEX #76667B Rum

📋 copy color: '#76667B'

red 118 ◦ green 102 ◦ blue 123

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

Shades of Rum #76667B

Tints of Rum #76667B

RGB

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

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

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

R = 34.4%
G = 29.74%
B = 35.86%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76667B (or 0x76667B) is known color: Rum. HEX triplet: 76, 66 and 7B. RGB value is (118,102,123). Sum of RGB (Red+Green+Blue) = 118+102+123=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 123 - color contains mainly: blue. Hex color #76667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76667B is #899984. Grayscale: #6D6D6D. Windows color (decimal): -9017733 or 8087158. OLE color: 8087158.

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

Color convert

RGB 118 102 123 -
CMYK 0.04 0.17 0 0.52
HSL 285.71º 0.09% 0.44% -
HSV(B) 285.71º 0.17% 0.48% -
XYZ 15.8 14.78 20.76 -
YUV 109.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 118 102 123 0.04 0.17 0 0.52 285.71 0.09 0.44
Hex 76 66 7B 4 11 0 34 11E 9 2C
Octal 166 146 173 4 21 0 64 436 11 54
Binary 1110110 1100110 1111011 100 10001 0 110100 100011110 1001 101100

Color Harmonies of #76667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76667B

Black with #76667B

Text Example


Text Example

White with #76667B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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