Html Css Color HEX #777469 Dove Grey

📋 copy color: '#777469'

red 119 ◦ green 116 ◦ blue 105

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

Shades of Dove Grey #777469

Tints of Dove Grey #777469

RGB

 RED value IS 119 (46.88% from 255) = 35%

 GREEN value IS 116 (45.7% from 255) = 34.12%

 BLUE value IS 105 (41.41% from 255) = 30.88%

R = 35%
G = 34.12%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#777469 (or 0x777469) is known color: Dove Grey. HEX triplet: 77, 74 and 69. RGB value is (119,116,105). Sum of RGB (Red+Green+Blue) = 119+116+105=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 119 - color contains mainly: red. Hex color #777469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777469 is #888B96. Grayscale: #737373. Windows color (decimal): -8948631 or 6911095. OLE color: 6911095.

HSL color Cylindrical-coordinate representation of color #777469: hue angle of 47.14º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #777469 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 116 105 -
CMYK 0 0.03 0.12 0.53
HSL 47.14º 0.06% 0.44% -
HSV(B) 47.14º 0.12% 0.47% -
XYZ 16.4 17.43 15.86 -
YUV 115.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 119 116 105 0 0.03 0.12 0.53 47.14 0.06 0.44
Hex 77 74 69 0 3 C 35 2F 6 2C
Octal 167 164 151 0 3 14 65 57 6 54
Binary 1110111 1110100 1101001 0 11 1100 110101 101111 110 101100

Color Harmonies of #777469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777469

Black with #777469

Text Example


Text Example

White with #777469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777469; }

 p { color: rgb(119,116,105); }

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

background-color css

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

 a { background-color: rgb(119,116,105); }

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

border-color css

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

 span { border-color: rgb(119,116,105); }

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