Html Css Color HEX #7B7871 Dove Grey

📋 copy color: '#7B7871'

red 123 ◦ green 120 ◦ blue 113

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

Shades of Dove Grey #7B7871

Tints of Dove Grey #7B7871

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.71%

 BLUE value IS 113 (44.53% from 255) = 31.74%

R = 34.55%
G = 33.71%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#7B7871 (or 0x7B7871) is known color: Dove Grey. HEX triplet: 7B, 78 and 71. RGB value is (123,120,113). Sum of RGB (Red+Green+Blue) = 123+120+113=356 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.55% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7871 is #84878E. Grayscale: #787878. Windows color (decimal): -8685455 or 7436411. OLE color: 7436411.

HSL color Cylindrical-coordinate representation of color #7B7871: hue angle of 42º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7B7871 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 120 113 -
CMYK 0 0.02 0.08 0.52
HSL 42º 0.04% 0.46% -
HSV(B) 42º 0.08% 0.48% -
XYZ 17.87 18.84 18.32 -
YUV 120.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 123 120 113 0 0.02 0.08 0.52 42 0.04 0.46
Hex 7B 78 71 0 2 8 34 2A 4 2E
Octal 173 170 161 0 2 10 64 52 4 56
Binary 1111011 1111000 1110001 0 10 1000 110100 101010 100 101110

Color Harmonies of #7B7871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7871

Black with #7B7871

Text Example


Text Example

White with #7B7871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,120,113); }

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

background-color css

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

 a { background-color: rgb(123,120,113); }

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

border-color css

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

 span { border-color: rgb(123,120,113); }

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