Html Css Color HEX #767569 Dove Grey

📋 copy color: '#767569'

red 118 ◦ green 117 ◦ blue 105

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

Shades of Dove Grey #767569

Tints of Dove Grey #767569

RGB

 RED value IS 118 (46.48% from 255) = 34.71%

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

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

R = 34.71%
G = 34.41%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#767569 (or 0x767569) is known color: Dove Grey. HEX triplet: 76, 75 and 69. RGB value is (118,117,105). Sum of RGB (Red+Green+Blue) = 118+117+105=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 118 - color contains mainly: red. Hex color #767569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767569 is #898A96. Grayscale: #737373. Windows color (decimal): -9013911 or 6911350. OLE color: 6911350.

HSL color Cylindrical-coordinate representation of color #767569: hue angle of 55.38º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #767569 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 117 105 -
CMYK 0 0.01 0.11 0.54
HSL 55.38º 0.06% 0.44% -
HSV(B) 55.38º 0.11% 0.46% -
XYZ 16.38 17.59 15.9 -
YUV 115.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 118 117 105 0 0.01 0.11 0.54 55.38 0.06 0.44
Hex 76 75 69 0 1 B 36 37 6 2C
Octal 166 165 151 0 1 13 66 67 6 54
Binary 1110110 1110101 1101001 0 1 1011 110110 110111 110 101100

Color Harmonies of #767569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767569

Black with #767569

Text Example


Text Example

White with #767569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767569; }

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

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

background-color css

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

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

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

border-color css

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

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

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