Html Css Color HEX #7B776C Dove Grey

📋 copy color: '#7B776C'

red 123 ◦ green 119 ◦ blue 108

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

Shades of Dove Grey #7B776C

Tints of Dove Grey #7B776C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34%

 BLUE value IS 108 (42.58% from 255) = 30.86%

R = 35.14%
G = 34%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#7B776C (or 0x7B776C) is known color: Dove Grey. HEX triplet: 7B, 77 and 6C. RGB value is (123,119,108). Sum of RGB (Red+Green+Blue) = 123+119+108=350 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.14% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 123 - color contains mainly: red. Hex color #7B776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B776C is #848893. Grayscale: #767676. Windows color (decimal): -8685716 or 7108475. OLE color: 7108475.

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

Color convert

RGB 123 119 108 -
CMYK 0 0.03 0.12 0.52
HSL 44º 0.06% 0.45% -
HSV(B) 44º 0.12% 0.48% -
XYZ 17.47 18.49 16.83 -
YUV 118.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 123 119 108 0 0.03 0.12 0.52 44 0.06 0.45
Hex 7B 77 6C 0 3 C 34 2C 6 2D
Octal 173 167 154 0 3 14 64 54 6 55
Binary 1111011 1110111 1101100 0 11 1100 110100 101100 110 101101

Color Harmonies of #7B776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B776C

Black with #7B776C

Text Example


Text Example

White with #7B776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,119,108); }

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

background-color css

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

 a { background-color: rgb(123,119,108); }

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

border-color css

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

 span { border-color: rgb(123,119,108); }

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