Html Css Color HEX #74724B Hemlock

📋 copy color: '#74724B'

red 116 ◦ green 114 ◦ blue 75

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

Shades of Hemlock #74724B

Tints of Hemlock #74724B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.38%

 BLUE value IS 75 (29.69% from 255) = 24.59%

R = 38.03%
G = 37.38%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#74724B (or 0x74724B) is known color: Hemlock. HEX triplet: 74, 72 and 4B. RGB value is (116,114,75). Sum of RGB (Red+Green+Blue) = 116+114+75=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #74724B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74724B is #8B8DB4. Grayscale: #6E6E6E. Windows color (decimal): -9145781 or 4944500. OLE color: 4944500.

HSL color Cylindrical-coordinate representation of color #74724B: hue angle of 57.07º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74724B is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 114 75 -
CMYK 0 0.02 0.35 0.55
HSL 57.07º 0.21% 0.37% -
HSV(B) 57.07º 0.35% 0.45% -
XYZ 14.49 16.26 9.03 -
YUV 110.15 108.16 132.17 -
System Red Green Blue C M Y K H S L
Decimal 116 114 75 0 0.02 0.35 0.55 57.07 0.21 0.37
Hex 74 72 4B 0 2 23 37 39 15 25
Octal 164 162 113 0 2 43 67 71 25 45
Binary 1110100 1110010 1001011 0 10 100011 110111 111001 10101 100101

Color Harmonies of #74724B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74724B

Black with #74724B

Text Example


Text Example

White with #74724B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74724B; }

 p { color: rgb(116,114,75); }

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

background-color css

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

 a { background-color: rgb(116,114,75); }

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

border-color css

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

 span { border-color: rgb(116,114,75); }

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