Html Css Color HEX #707767 Willow Grove

📋 copy color: '#707767'

red 112 ◦ green 119 ◦ blue 103

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

Shades of Willow Grove #707767

Tints of Willow Grove #707767

RGB

 RED value IS 112 (44.14% from 255) = 33.53%

 GREEN value IS 119 (46.88% from 255) = 35.63%

 BLUE value IS 103 (40.63% from 255) = 30.84%

R = 33.53%
G = 35.63%
B = 30.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#707767 (or 0x707767) is known color: Willow Grove. HEX triplet: 70, 77 and 67. RGB value is (112,119,103). Sum of RGB (Red+Green+Blue) = 112+119+103=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 119 - color contains mainly: green. Hex color #707767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707767 is #8F8898. Grayscale: #737373. Windows color (decimal): -9406617 or 6780784. OLE color: 6780784.

HSL color Cylindrical-coordinate representation of color #707767: hue angle of 86.25º 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 #707767 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 119 103 -
CMYK 0.06 0 0.13 0.53
HSL 86.25º 0.07% 0.44% -
HSV(B) 86.25º 0.13% 0.47% -
XYZ 15.73 17.62 15.4 -
YUV 115.08 121.18 125.8 -
System Red Green Blue C M Y K H S L
Decimal 112 119 103 0.06 0 0.13 0.53 86.25 0.07 0.44
Hex 70 77 67 6 0 D 35 56 7 2C
Octal 160 167 147 6 0 15 65 126 7 54
Binary 1110000 1110111 1100111 110 0 1101 110101 1010110 111 101100

Color Harmonies of #707767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707767

Black with #707767

Text Example


Text Example

White with #707767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707767; }

 p { color: rgb(112,119,103); }

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

background-color css

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

 a { background-color: rgb(112,119,103); }

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

border-color css

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

 span { border-color: rgb(112,119,103); }

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