Html Css Color HEX #76677A Rum

📋 copy color: '#76677A'

red 118 ◦ green 103 ◦ blue 122

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

Shades of Rum #76677A

Tints of Rum #76677A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.03%

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

R = 34.4%
G = 30.03%
B = 35.57%

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

#76677A (or 0x76677A) is known color: Rum. HEX triplet: 76, 67 and 7A. RGB value is (118,103,122). Sum of RGB (Red+Green+Blue) = 118+103+122=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 122 - color contains mainly: blue. Hex color #76677A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76677A is #899885. Grayscale: #6D6D6D. Windows color (decimal): -9017478 or 8021878. OLE color: 8021878.

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

Color convert

RGB 118 103 122 -
CMYK 0.03 0.16 0 0.52
HSL 287.37º 0.08% 0.44% -
HSV(B) 287.37º 0.16% 0.48% -
XYZ 15.83 14.96 20.46 -
YUV 109.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 118 103 122 0.03 0.16 0 0.52 287.37 0.08 0.44
Hex 76 67 7A 3 10 0 34 11F 8 2C
Octal 166 147 172 3 20 0 64 437 10 54
Binary 1110110 1100111 1111010 11 10000 0 110100 100011111 1000 101100

Color Harmonies of #76677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76677A

Black with #76677A

Text Example


Text Example

White with #76677A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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