Html Css Color HEX #74734B Hemlock

📋 copy color: '#74734B'

red 116 ◦ green 115 ◦ blue 75

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

Shades of Hemlock #74734B

Tints of Hemlock #74734B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.58%

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

R = 37.91%
G = 37.58%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#74734B (or 0x74734B) is known color: Hemlock. HEX triplet: 74, 73 and 4B. RGB value is (116,115,75). Sum of RGB (Red+Green+Blue) = 116+115+75=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 116 - color contains mainly: red. Hex color #74734B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74734B is #8B8CB4. Grayscale: #6E6E6E. Windows color (decimal): -9145525 or 4944756. OLE color: 4944756.

HSL color Cylindrical-coordinate representation of color #74734B: hue angle of 58.54º 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 #74734B is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 115 75 -
CMYK 0 0.01 0.35 0.55
HSL 58.54º 0.21% 0.37% -
HSV(B) 58.54º 0.35% 0.45% -
XYZ 14.6 16.48 9.07 -
YUV 110.74 107.83 131.75 -
System Red Green Blue C M Y K H S L
Decimal 116 115 75 0 0.01 0.35 0.55 58.54 0.21 0.37
Hex 74 73 4B 0 1 23 37 3B 15 25
Octal 164 163 113 0 1 43 67 73 25 45
Binary 1110100 1110011 1001011 0 1 100011 110111 111011 10101 100101

Color Harmonies of #74734B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74734B

Black with #74734B

Text Example


Text Example

White with #74734B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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