Html Css Color HEX #787669 Dove Grey

📋 copy color: '#787669'

red 120 ◦ green 118 ◦ blue 105

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

Shades of Dove Grey #787669

Tints of Dove Grey #787669

RGB

 RED value IS 120 (47.27% from 255) = 34.99%

 GREEN value IS 118 (46.48% from 255) = 34.4%

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

R = 34.99%
G = 34.4%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#787669 (or 0x787669) is known color: Dove Grey. HEX triplet: 78, 76 and 69. RGB value is (120,118,105). Sum of RGB (Red+Green+Blue) = 120+118+105=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 120 - color contains mainly: red. Hex color #787669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787669 is #878996. Grayscale: #757575. Windows color (decimal): -8882583 or 6911608. OLE color: 6911608.

HSL color Cylindrical-coordinate representation of color #787669: hue angle of 52º degrees, saturation: 0.07, 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 #787669 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 118 105 -
CMYK 0 0.02 0.13 0.53
HSL 52º 0.07% 0.44% -
HSV(B) 52º 0.13% 0.47% -
XYZ 16.77 17.97 15.95 -
YUV 117.12 121.16 130.06 -
System Red Green Blue C M Y K H S L
Decimal 120 118 105 0 0.02 0.13 0.53 52 0.07 0.44
Hex 78 76 69 0 2 D 35 34 7 2C
Octal 170 166 151 0 2 15 65 64 7 54
Binary 1111000 1110110 1101001 0 10 1101 110101 110100 111 101100

Color Harmonies of #787669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787669

Black with #787669

Text Example


Text Example

White with #787669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787669; }

 p { color: rgb(120,118,105); }

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

background-color css

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

 a { background-color: rgb(120,118,105); }

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

border-color css

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

 span { border-color: rgb(120,118,105); }

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