Html Css Color HEX #7B796E Dove Grey

📋 copy color: '#7B796E'

red 123 ◦ green 121 ◦ blue 110

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

Shades of Dove Grey #7B796E

Tints of Dove Grey #7B796E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.18%

 BLUE value IS 110 (43.36% from 255) = 31.07%

R = 34.75%
G = 34.18%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7B796E (or 0x7B796E) is known color: Dove Grey. HEX triplet: 7B, 79 and 6E. RGB value is (123,121,110). Sum of RGB (Red+Green+Blue) = 123+121+110=354 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.75% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 123 - color contains mainly: red. Hex color #7B796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B796E is #848691. Grayscale: #787878. Windows color (decimal): -8685202 or 7240059. OLE color: 7240059.

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

Color convert

RGB 123 121 110 -
CMYK 0 0.02 0.11 0.52
HSL 50.77º 0.06% 0.46% -
HSV(B) 50.77º 0.11% 0.48% -
XYZ 17.82 19.01 17.48 -
YUV 120.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 123 121 110 0 0.02 0.11 0.52 50.77 0.06 0.46
Hex 7B 79 6E 0 2 B 34 33 6 2E
Octal 173 171 156 0 2 13 64 63 6 56
Binary 1111011 1111001 1101110 0 10 1011 110100 110011 110 101110

Color Harmonies of #7B796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B796E

Black with #7B796E

Text Example


Text Example

White with #7B796E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,121,110); }

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

background-color css

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

 a { background-color: rgb(123,121,110); }

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

border-color css

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

 span { border-color: rgb(123,121,110); }

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