Html Css Color HEX #74815E Willow Grove

📋 copy color: '#74815E'

red 116 ◦ green 129 ◦ blue 94

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

Shades of Willow Grove #74815E

Tints of Willow Grove #74815E

RGB

 RED value IS 116 (45.7% from 255) = 34.22%

 GREEN value IS 129 (50.78% from 255) = 38.05%

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

R = 34.22%
G = 38.05%
B = 27.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#74815E (or 0x74815E) is known color: Willow Grove. HEX triplet: 74, 81 and 5E. RGB value is (116,129,94). Sum of RGB (Red+Green+Blue) = 116+129+94=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 129 - color contains mainly: green. Hex color #74815E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74815E is #8B7EA1. Grayscale: #797979. Windows color (decimal): -9141922 or 6193524. OLE color: 6193524.

HSL color Cylindrical-coordinate representation of color #74815E: hue angle of 82.29º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74815E is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 129 94 -
CMYK 0.10 0 0.27 0.49
HSL 82.29º 0.16% 0.44% -
HSV(B) 82.29º 0.27% 0.51% -
XYZ 17.07 20.22 13.59 -
YUV 121.12 112.69 124.35 -
System Red Green Blue C M Y K H S L
Decimal 116 129 94 0.10 0 0.27 0.49 82.29 0.16 0.44
Hex 74 81 5E A 0 1B 31 52 10 2C
Octal 164 201 136 12 0 33 61 122 20 54
Binary 1110100 10000001 1011110 1010 0 11011 110001 1010010 10000 101100

Color Harmonies of #74815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74815E

Black with #74815E

Text Example


Text Example

White with #74815E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74815E; }

 p { color: rgb(116,129,94); }

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

background-color css

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

 a { background-color: rgb(116,129,94); }

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

border-color css

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

 span { border-color: rgb(116,129,94); }

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