Html Css Color HEX #74825D Willow Grove

📋 copy color: '#74825D'

red 116 ◦ green 130 ◦ blue 93

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

Shades of Willow Grove #74825D

Tints of Willow Grove #74825D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.43%

R = 34.22%
G = 38.35%
B = 27.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#74825D (or 0x74825D) is known color: Willow Grove. HEX triplet: 74, 82 and 5D. RGB value is (116,130,93). Sum of RGB (Red+Green+Blue) = 116+130+93=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 130 - color contains mainly: green. Hex color #74825D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74825D is #8B7DA2. Grayscale: #797979. Windows color (decimal): -9141667 or 6128244. OLE color: 6128244.

HSL color Cylindrical-coordinate representation of color #74825D: hue angle of 82.7º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #74825D is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 130 93 -
CMYK 0.11 0 0.28 0.49
HSL 82.7º 0.17% 0.44% -
HSV(B) 82.7º 0.28% 0.51% -
XYZ 17.16 20.47 13.4 -
YUV 121.6 111.86 124.01 -
System Red Green Blue C M Y K H S L
Decimal 116 130 93 0.11 0 0.28 0.49 82.7 0.17 0.44
Hex 74 82 5D B 0 1C 31 53 11 2C
Octal 164 202 135 13 0 34 61 123 21 54
Binary 1110100 10000010 1011101 1011 0 11100 110001 1010011 10001 101100

Color Harmonies of #74825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74825D

Black with #74825D

Text Example


Text Example

White with #74825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74825D; }

 p { color: rgb(116,130,93); }

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

background-color css

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

 a { background-color: rgb(116,130,93); }

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

border-color css

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

 span { border-color: rgb(116,130,93); }

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