Html Css Color HEX #76697B Rum

📋 copy color: '#76697B'

red 118 ◦ green 105 ◦ blue 123

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

Shades of Rum #76697B

Tints of Rum #76697B

RGB

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

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

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

R = 34.1%
G = 30.35%
B = 35.55%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76697B (or 0x76697B) is known color: Rum. HEX triplet: 76, 69 and 7B. RGB value is (118,105,123). Sum of RGB (Red+Green+Blue) = 118+105+123=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 123 - color contains mainly: blue. Hex color #76697B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76697B is #899684. Grayscale: #6E6E6E. Windows color (decimal): -9016965 or 8087926. OLE color: 8087926.

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

Color convert

RGB 118 105 123 -
CMYK 0.04 0.15 0 0.52
HSL 283.33º 0.08% 0.45% -
HSV(B) 283.33º 0.15% 0.48% -
XYZ 16.1 15.38 20.86 -
YUV 110.94 134.81 133.04 -
System Red Green Blue C M Y K H S L
Decimal 118 105 123 0.04 0.15 0 0.52 283.33 0.08 0.45
Hex 76 69 7B 4 F 0 34 11B 8 2D
Octal 166 151 173 4 17 0 64 433 10 55
Binary 1110110 1101001 1111011 100 1111 0 110100 100011011 1000 101101

Color Harmonies of #76697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76697B

Black with #76697B

Text Example


Text Example

White with #76697B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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