Html Css Color HEX #7A677F Rum

📋 copy color: '#7A677F'

red 122 ◦ green 103 ◦ blue 127

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

Shades of Rum #7A677F

Tints of Rum #7A677F

RGB

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

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

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

R = 34.66%
G = 29.26%
B = 36.08%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7A677F (or 0x7A677F) is known color: Rum. HEX triplet: 7A, 67 and 7F. RGB value is (122,103,127). Sum of RGB (Red+Green+Blue) = 122+103+127=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 127 - color contains mainly: blue. Hex color #7A677F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A677F is #859880. Grayscale: #6F6F6F. Windows color (decimal): -8755329 or 8349562. OLE color: 8349562.

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

Color convert

RGB 122 103 127 -
CMYK 0.04 0.19 0 0.50
HSL 287.5º 0.1% 0.45% -
HSV(B) 287.5º 0.19% 0.5% -
XYZ 16.71 15.37 22.16 -
YUV 111.42 136.79 135.55 -
System Red Green Blue C M Y K H S L
Decimal 122 103 127 0.04 0.19 0 0.50 287.5 0.1 0.45
Hex 7A 67 7F 4 13 0 32 120 A 2D
Octal 172 147 177 4 23 0 62 440 12 55
Binary 1111010 1100111 1111111 100 10011 0 110010 100100000 1010 101101

Color Harmonies of #7A677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A677F

Black with #7A677F

Text Example


Text Example

White with #7A677F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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