Html Css Color HEX #76697A Rum

📋 copy color: '#76697A'

red 118 ◦ green 105 ◦ blue 122

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

Shades of Rum #76697A

Tints of Rum #76697A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.43%

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

R = 34.2%
G = 30.43%
B = 35.36%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76697A (or 0x76697A) is known color: Rum. HEX triplet: 76, 69 and 7A. RGB value is (118,105,122). Sum of RGB (Red+Green+Blue) = 118+105+122=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 122 - color contains mainly: blue. Hex color #76697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76697A is #899685. Grayscale: #6E6E6E. Windows color (decimal): -9016966 or 8022390. OLE color: 8022390.

HSL color Cylindrical-coordinate representation of color #76697A: hue angle of 285.88º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #76697A is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 105 122 -
CMYK 0.03 0.14 0 0.52
HSL 285.88º 0.07% 0.45% -
HSV(B) 285.88º 0.14% 0.48% -
XYZ 16.04 15.36 20.53 -
YUV 110.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 118 105 122 0.03 0.14 0 0.52 285.88 0.07 0.45
Hex 76 69 7A 3 E 0 34 11E 7 2D
Octal 166 151 172 3 16 0 64 436 7 55
Binary 1110110 1101001 1111010 11 1110 0 110100 100011110 111 101101

Color Harmonies of #76697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76697A

Black with #76697A

Text Example


Text Example

White with #76697A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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