Html Css Color HEX #7B707D Rum

📋 copy color: '#7B707D'

red 123 ◦ green 112 ◦ blue 125

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

Shades of Rum #7B707D

Tints of Rum #7B707D

RGB

 RED value IS 123 (48.44% from 255) = 34.17%

 GREEN value IS 112 (44.14% from 255) = 31.11%

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

R = 34.17%
G = 31.11%
B = 34.72%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7B707D (or 0x7B707D) is known color: Rum. HEX triplet: 7B, 70 and 7D. RGB value is (123,112,125). Sum of RGB (Red+Green+Blue) = 123+112+125=360 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.17% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 125 - color contains mainly: blue. Hex color #7B707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B707D is #848F82. Grayscale: #747474. Windows color (decimal): -8687491 or 8220795. OLE color: 8220795.

HSL color Cylindrical-coordinate representation of color #7B707D: hue angle of 290.77º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7B707D is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 123 112 125 -
CMYK 0.02 0.10 0 0.51
HSL 290.77º 0.05% 0.46% -
HSV(B) 290.77º 0.1% 0.49% -
XYZ 17.66 17.28 21.81 -
YUV 116.77 132.64 132.44 -
System Red Green Blue C M Y K H S L
Decimal 123 112 125 0.02 0.10 0 0.51 290.77 0.05 0.46
Hex 7B 70 7D 2 A 0 33 123 5 2E
Octal 173 160 175 2 12 0 63 443 5 56
Binary 1111011 1110000 1111101 10 1010 0 110011 100100011 101 101110

Color Harmonies of #7B707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B707D

Black with #7B707D

Text Example


Text Example

White with #7B707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,112,125); }

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

background-color css

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

 a { background-color: rgb(123,112,125); }

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

border-color css

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

 span { border-color: rgb(123,112,125); }

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