Html Css Color HEX #6C765E Willow Grove

📋 copy color: '#6C765E'

red 108 ◦ green 118 ◦ blue 94

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

Shades of Willow Grove #6C765E

Tints of Willow Grove #6C765E

RGB

 RED value IS 108 (42.58% from 255) = 33.75%

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

 BLUE value IS 94 (37.11% from 255) = 29.38%

R = 33.75%
G = 36.88%
B = 29.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#6C765E (or 0x6C765E) is known color: Willow Grove. HEX triplet: 6C, 76 and 5E. RGB value is (108,118,94). Sum of RGB (Red+Green+Blue) = 108+118+94=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 118 - color contains mainly: green. Hex color #6C765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C765E is #9389A1. Grayscale: #707070. Windows color (decimal): -9669026 or 6190700. OLE color: 6190700.

HSL color Cylindrical-coordinate representation of color #6C765E: hue angle of 85º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6C765E is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 108 118 94 -
CMYK 0.08 0 0.20 0.54
HSL 85º 0.11% 0.42% -
HSV(B) 85º 0.2% 0.46% -
XYZ 14.68 16.95 13.09 -
YUV 112.27 117.69 124.95 -
System Red Green Blue C M Y K H S L
Decimal 108 118 94 0.08 0 0.20 0.54 85 0.11 0.42
Hex 6C 76 5E 8 0 14 36 55 B 2A
Octal 154 166 136 10 0 24 66 125 13 52
Binary 1101100 1110110 1011110 1000 0 10100 110110 1010101 1011 101010

Color Harmonies of #6C765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C765E

Black with #6C765E

Text Example


Text Example

White with #6C765E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,118,94); }

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

background-color css

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

 a { background-color: rgb(108,118,94); }

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

border-color css

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

 span { border-color: rgb(108,118,94); }

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