Html Css Color HEX #787568 Dove Grey

📋 copy color: '#787568'

red 120 ◦ green 117 ◦ blue 104

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

Shades of Dove Grey #787568

Tints of Dove Grey #787568

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.31%

 BLUE value IS 104 (41.02% from 255) = 30.5%

R = 35.19%
G = 34.31%
B = 30.5%

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

#787568 (or 0x787568) is known color: Dove Grey. HEX triplet: 78, 75 and 68. RGB value is (120,117,104). Sum of RGB (Red+Green+Blue) = 120+117+104=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 120 - color contains mainly: red. Hex color #787568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787568 is #878A97. Grayscale: #747474. Windows color (decimal): -8882840 or 6845816. OLE color: 6845816.

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

Color convert

RGB 120 117 104 -
CMYK 0 0.02 0.13 0.53
HSL 48.75º 0.07% 0.44% -
HSV(B) 48.75º 0.13% 0.47% -
XYZ 16.61 17.72 15.64 -
YUV 116.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 120 117 104 0 0.02 0.13 0.53 48.75 0.07 0.44
Hex 78 75 68 0 2 D 35 31 7 2C
Octal 170 165 150 0 2 15 65 61 7 54
Binary 1111000 1110101 1101000 0 10 1101 110101 110001 111 101100

Color Harmonies of #787568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787568

Black with #787568

Text Example


Text Example

White with #787568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787568; }

 p { color: rgb(120,117,104); }

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

background-color css

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

 a { background-color: rgb(120,117,104); }

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

border-color css

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

 span { border-color: rgb(120,117,104); }

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