Html Css Color HEX #76667A Rum

📋 copy color: '#76667A'

red 118 ◦ green 102 ◦ blue 122

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

Shades of Rum #76667A

Tints of Rum #76667A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.67%

R = 34.5%
G = 29.82%
B = 35.67%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76667A (or 0x76667A) is known color: Rum. HEX triplet: 76, 66 and 7A. RGB value is (118,102,122). Sum of RGB (Red+Green+Blue) = 118+102+122=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 122 - color contains mainly: blue. Hex color #76667A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76667A is #899985. Grayscale: #6D6D6D. Windows color (decimal): -9017734 or 8021622. OLE color: 8021622.

HSL color Cylindrical-coordinate representation of color #76667A: hue angle of 288º 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 #76667A is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 102 122 -
CMYK 0.03 0.16 0 0.52
HSL 288º 0.09% 0.44% -
HSV(B) 288º 0.16% 0.48% -
XYZ 15.74 14.76 20.43 -
YUV 109.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 118 102 122 0.03 0.16 0 0.52 288 0.09 0.44
Hex 76 66 7A 3 10 0 34 120 9 2C
Octal 166 146 172 3 20 0 64 440 11 54
Binary 1110110 1100110 1111010 11 10000 0 110100 100100000 1001 101100

Color Harmonies of #76667A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76667A

Black with #76667A

Text Example


Text Example

White with #76667A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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