Html Css Color HEX #6B765C Willow Grove

📋 copy color: '#6B765C'

red 107 ◦ green 118 ◦ blue 92

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

Shades of Willow Grove #6B765C

Tints of Willow Grove #6B765C

RGB

 RED value IS 107 (42.19% from 255) = 33.75%

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

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

R = 33.75%
G = 37.22%
B = 29.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#6B765C (or 0x6B765C) is known color: Willow Grove. HEX triplet: 6B, 76 and 5C. RGB value is (107,118,92). Sum of RGB (Red+Green+Blue) = 107+118+92=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 118 - color contains mainly: green. Hex color #6B765C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B765C is #9489A3. Grayscale: #6F6F6F. Windows color (decimal): -9734564 or 6059627. OLE color: 6059627.

HSL color Cylindrical-coordinate representation of color #6B765C: hue angle of 85.38º 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 #6B765C is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 107 118 92 -
CMYK 0.09 0 0.22 0.54
HSL 85.38º 0.12% 0.41% -
HSV(B) 85.38º 0.22% 0.46% -
XYZ 14.47 16.86 12.62 -
YUV 111.75 116.86 124.61 -
System Red Green Blue C M Y K H S L
Decimal 107 118 92 0.09 0 0.22 0.54 85.38 0.12 0.41
Hex 6B 76 5C 9 0 16 36 55 C 29
Octal 153 166 134 11 0 26 66 125 14 51
Binary 1101011 1110110 1011100 1001 0 10110 110110 1010101 1100 101001

Color Harmonies of #6B765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B765C

Black with #6B765C

Text Example


Text Example

White with #6B765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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