Html Css Color HEX #7A687F Rum

📋 copy color: '#7A687F'

red 122 ◦ green 104 ◦ blue 127

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

Shades of Rum #7A687F

Tints of Rum #7A687F

RGB

 RED value IS 122 (48.05% from 255) = 34.56%

 GREEN value IS 104 (41.02% from 255) = 29.46%

 BLUE value IS 127 (50% from 255) = 35.98%

R = 34.56%
G = 29.46%
B = 35.98%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7A687F (or 0x7A687F) is known color: Rum. HEX triplet: 7A, 68 and 7F. RGB value is (122,104,127). Sum of RGB (Red+Green+Blue) = 122+104+127=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 127 - color contains mainly: blue. Hex color #7A687F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A687F is #859780. Grayscale: #6F6F6F. Windows color (decimal): -8755073 or 8349818. OLE color: 8349818.

HSL color Cylindrical-coordinate representation of color #7A687F: hue angle of 286.96º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A687F is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 122 104 127 -
CMYK 0.04 0.18 0 0.50
HSL 286.96º 0.1% 0.45% -
HSV(B) 286.96º 0.18% 0.5% -
XYZ 16.81 15.57 22.2 -
YUV 112 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 122 104 127 0.04 0.18 0 0.50 286.96 0.1 0.45
Hex 7A 68 7F 4 12 0 32 11F A 2D
Octal 172 150 177 4 22 0 62 437 12 55
Binary 1111010 1101000 1111111 100 10010 0 110010 100011111 1010 101101

Color Harmonies of #7A687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A687F

Black with #7A687F

Text Example


Text Example

White with #7A687F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A687F; }

 p { color: rgb(122,104,127); }

 H1.HeaderClassName
 {
   color: #7A687F;
 }
 .AnyTagClassName
 {
   color: #7A687F;
 }
</style>

background-color css

<style>
 a { background-color: #7A687F; }

 a { background-color: rgb(122,104,127); }

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

border-color css

<style>
 span { border-color: #7A687F; }

 span { border-color: rgb(122,104,127); }

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