Html Css Color HEX #738255 Willow Grove

📋 copy color: '#738255'

red 115 ◦ green 130 ◦ blue 85

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

Shades of Willow Grove #738255

Tints of Willow Grove #738255

RGB

 RED value IS 115 (45.31% from 255) = 34.85%

 GREEN value IS 130 (51.17% from 255) = 39.39%

 BLUE value IS 85 (33.59% from 255) = 25.76%

R = 34.85%
G = 39.39%
B = 25.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#738255 (or 0x738255) is known color: Willow Grove. HEX triplet: 73, 82 and 55. RGB value is (115,130,85). Sum of RGB (Red+Green+Blue) = 115+130+85=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 130 - color contains mainly: green. Hex color #738255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738255 is #8C7DAA. Grayscale: #787878. Windows color (decimal): -9207211 or 5603955. OLE color: 5603955.

HSL color Cylindrical-coordinate representation of color #738255: hue angle of 80º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #738255 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 130 85 -
CMYK 0.12 0 0.35 0.49
HSL 80º 0.21% 0.42% -
HSV(B) 80º 0.35% 0.51% -
XYZ 16.69 20.27 11.63 -
YUV 120.39 108.03 124.16 -
System Red Green Blue C M Y K H S L
Decimal 115 130 85 0.12 0 0.35 0.49 80 0.21 0.42
Hex 73 82 55 C 0 23 31 50 15 2A
Octal 163 202 125 14 0 43 61 120 25 52
Binary 1110011 10000010 1010101 1100 0 100011 110001 1010000 10101 101010

Color Harmonies of #738255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738255

Black with #738255

Text Example


Text Example

White with #738255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738255; }

 p { color: rgb(115,130,85); }

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

background-color css

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

 a { background-color: rgb(115,130,85); }

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

border-color css

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

 span { border-color: rgb(115,130,85); }

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