Html Css Color HEX #6E765C Willow Grove

📋 copy color: '#6E765C'

red 110 ◦ green 118 ◦ blue 92

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

Shades of Willow Grove #6E765C

Tints of Willow Grove #6E765C

RGB

 RED value IS 110 (43.36% from 255) = 34.38%

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

 BLUE value IS 92 (36.33% from 255) = 28.75%

R = 34.38%
G = 36.88%
B = 28.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#6E765C (or 0x6E765C) is known color: Willow Grove. HEX triplet: 6E, 76 and 5C. RGB value is (110,118,92). Sum of RGB (Red+Green+Blue) = 110+118+92=320 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.38% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 118 - color contains mainly: green. Hex color #6E765C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E765C is #9189A3. Grayscale: #707070. Windows color (decimal): -9537956 or 6059630. OLE color: 6059630.

HSL color Cylindrical-coordinate representation of color #6E765C: hue angle of 78.46º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6E765C is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 110 118 92 -
CMYK 0.07 0 0.22 0.54
HSL 78.46º 0.12% 0.41% -
HSV(B) 78.46º 0.22% 0.46% -
XYZ 14.84 17.04 12.63 -
YUV 112.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 110 118 92 0.07 0 0.22 0.54 78.46 0.12 0.41
Hex 6E 76 5C 7 0 16 36 4E C 29
Octal 156 166 134 7 0 26 66 116 14 51
Binary 1101110 1110110 1011100 111 0 10110 110110 1001110 1100 101001

Color Harmonies of #6E765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E765C

Black with #6E765C

Text Example


Text Example

White with #6E765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E765C; }

 p { color: rgb(110,118,92); }

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

background-color css

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

 a { background-color: rgb(110,118,92); }

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

border-color css

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

 span { border-color: rgb(110,118,92); }

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