Html Css Color HEX #76647A Rum

📋 copy color: '#76647A'

red 118 ◦ green 100 ◦ blue 122

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

Shades of Rum #76647A

Tints of Rum #76647A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.41%

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

R = 34.71%
G = 29.41%
B = 35.88%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76647A (or 0x76647A) is known color: Rum. HEX triplet: 76, 64 and 7A. RGB value is (118,100,122). Sum of RGB (Red+Green+Blue) = 118+100+122=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 122 - color contains mainly: blue. Hex color #76647A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76647A is #899B85. Grayscale: #6B6B6B. Windows color (decimal): -9018246 or 8021110. OLE color: 8021110.

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

Color convert

RGB 118 100 122 -
CMYK 0.03 0.18 0 0.52
HSL 289.09º 0.1% 0.44% -
HSV(B) 289.09º 0.18% 0.48% -
XYZ 15.54 14.37 20.37 -
YUV 107.89 135.96 135.21 -
System Red Green Blue C M Y K H S L
Decimal 118 100 122 0.03 0.18 0 0.52 289.09 0.1 0.44
Hex 76 64 7A 3 12 0 34 121 A 2C
Octal 166 144 172 3 22 0 64 441 12 54
Binary 1110110 1100100 1111010 11 10010 0 110100 100100001 1010 101100

Color Harmonies of #76647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76647A

Black with #76647A

Text Example


Text Example

White with #76647A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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