Html Css Color HEX #74793F Siam

📋 copy color: '#74793F'

red 116 ◦ green 121 ◦ blue 63

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

Shades of Siam #74793F

Tints of Siam #74793F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.33%

 BLUE value IS 63 (25% from 255) = 21%

R = 38.67%
G = 40.33%
B = 21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#74793F (or 0x74793F) is known color: Siam. HEX triplet: 74, 79 and 3F. RGB value is (116,121,63). Sum of RGB (Red+Green+Blue) = 116+121+63=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 121 - color contains mainly: green. Hex color #74793F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74793F is #8B86C0. Grayscale: #717171. Windows color (decimal): -9144001 or 4159860. OLE color: 4159860.

HSL color Cylindrical-coordinate representation of color #74793F: hue angle of 65.17º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74793F is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 121 63 -
CMYK 0.04 0 0.48 0.53
HSL 65.17º 0.32% 0.36% -
HSV(B) 65.17º 0.48% 0.47% -
XYZ 14.94 17.75 7.34 -
YUV 112.89 99.84 130.22 -
System Red Green Blue C M Y K H S L
Decimal 116 121 63 0.04 0 0.48 0.53 65.17 0.32 0.36
Hex 74 79 3F 4 0 30 35 41 20 24
Octal 164 171 77 4 0 60 65 101 40 44
Binary 1110100 1111001 111111 100 0 110000 110101 1000001 100000 100100

Color Harmonies of #74793F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74793F

Black with #74793F

Text Example


Text Example

White with #74793F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74793F; }

 p { color: rgb(116,121,63); }

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

background-color css

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

 a { background-color: rgb(116,121,63); }

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

border-color css

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

 span { border-color: rgb(116,121,63); }

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