Html Css Color HEX #76667D Rum

📋 copy color: '#76667D'

red 118 ◦ green 102 ◦ blue 125

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

Shades of Rum #76667D

Tints of Rum #76667D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.23%

R = 34.2%
G = 29.57%
B = 36.23%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76667D (or 0x76667D) is known color: Rum. HEX triplet: 76, 66 and 7D. RGB value is (118,102,125). Sum of RGB (Red+Green+Blue) = 118+102+125=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 125 - color contains mainly: blue. Hex color #76667D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76667D is #899982. Grayscale: #6D6D6D. Windows color (decimal): -9017731 or 8218230. OLE color: 8218230.

HSL color Cylindrical-coordinate representation of color #76667D: hue angle of 281.74º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #76667D is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 102 125 -
CMYK 0.06 0.18 0 0.51
HSL 281.74º 0.1% 0.45% -
HSV(B) 281.74º 0.18% 0.49% -
XYZ 15.92 14.83 21.43 -
YUV 109.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 118 102 125 0.06 0.18 0 0.51 281.74 0.1 0.45
Hex 76 66 7D 6 12 0 33 11A A 2D
Octal 166 146 175 6 22 0 63 432 12 55
Binary 1110110 1100110 1111101 110 10010 0 110011 100011010 1010 101101

Color Harmonies of #76667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76667D

Black with #76667D

Text Example


Text Example

White with #76667D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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