Html Css Color HEX #7A687D Rum

📋 copy color: '#7A687D'

red 122 ◦ green 104 ◦ blue 125

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

Shades of Rum #7A687D

Tints of Rum #7A687D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.61%

R = 34.76%
G = 29.63%
B = 35.61%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7A687D (or 0x7A687D) is known color: Rum. HEX triplet: 7A, 68 and 7D. RGB value is (122,104,125). Sum of RGB (Red+Green+Blue) = 122+104+125=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 125 - color contains mainly: blue. Hex color #7A687D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A687D is #859782. Grayscale: #6F6F6F. Windows color (decimal): -8755075 or 8218746. OLE color: 8218746.

HSL color Cylindrical-coordinate representation of color #7A687D: hue angle of 291.43º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A687D is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 122 104 125 -
CMYK 0.02 0.17 0 0.51
HSL 291.43º 0.09% 0.45% -
HSV(B) 291.43º 0.17% 0.49% -
XYZ 16.68 15.52 21.52 -
YUV 111.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 122 104 125 0.02 0.17 0 0.51 291.43 0.09 0.45
Hex 7A 68 7D 2 11 0 33 123 9 2D
Octal 172 150 175 2 21 0 63 443 11 55
Binary 1111010 1101000 1111101 10 10001 0 110011 100100011 1001 101101

Color Harmonies of #7A687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A687D

Black with #7A687D

Text Example


Text Example

White with #7A687D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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