Html Css Color HEX #747744 Siam

📋 copy color: '#747744'

red 116 ◦ green 119 ◦ blue 68

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

Shades of Siam #747744

Tints of Siam #747744

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.27%

 BLUE value IS 68 (26.95% from 255) = 22.44%

R = 38.28%
G = 39.27%
B = 22.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#747744 (or 0x747744) is known color: Siam. HEX triplet: 74, 77 and 44. RGB value is (116,119,68). Sum of RGB (Red+Green+Blue) = 116+119+68=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 119 - color contains mainly: green. Hex color #747744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747744 is #8B88BB. Grayscale: #707070. Windows color (decimal): -9144508 or 4487028. OLE color: 4487028.

HSL color Cylindrical-coordinate representation of color #747744: hue angle of 63.53º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #747744 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 119 68 -
CMYK 0.03 0 0.43 0.53
HSL 63.53º 0.27% 0.37% -
HSV(B) 63.53º 0.43% 0.47% -
XYZ 14.84 17.32 8.03 -
YUV 112.29 103.01 130.65 -
System Red Green Blue C M Y K H S L
Decimal 116 119 68 0.03 0 0.43 0.53 63.53 0.27 0.37
Hex 74 77 44 3 0 2B 35 40 1B 25
Octal 164 167 104 3 0 53 65 100 33 45
Binary 1110100 1110111 1000100 11 0 101011 110101 1000000 11011 100101

Color Harmonies of #747744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747744

Black with #747744

Text Example


Text Example

White with #747744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747744; }

 p { color: rgb(116,119,68); }

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

background-color css

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

 a { background-color: rgb(116,119,68); }

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

border-color css

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

 span { border-color: rgb(116,119,68); }

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