Html Css Color HEX #747745 Siam

📋 copy color: '#747745'

red 116 ◦ green 119 ◦ blue 69

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

Shades of Siam #747745

Tints of Siam #747745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.7%

R = 38.16%
G = 39.14%
B = 22.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#747745 (or 0x747745) is known color: Siam. HEX triplet: 74, 77 and 45. RGB value is (116,119,69). Sum of RGB (Red+Green+Blue) = 116+119+69=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 119 - color contains mainly: green. Hex color #747745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747745 is #8B88BA. Grayscale: #707070. Windows color (decimal): -9144507 or 4552564. OLE color: 4552564.

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

Color convert

RGB 116 119 69 -
CMYK 0.03 0 0.42 0.53
HSL 63.6º 0.27% 0.37% -
HSV(B) 63.6º 0.42% 0.47% -
XYZ 14.87 17.34 8.19 -
YUV 112.4 103.51 130.57 -
System Red Green Blue C M Y K H S L
Decimal 116 119 69 0.03 0 0.42 0.53 63.6 0.27 0.37
Hex 74 77 45 3 0 2A 35 40 1B 25
Octal 164 167 105 3 0 52 65 100 33 45
Binary 1110100 1110111 1000101 11 0 101010 110101 1000000 11011 100101

Color Harmonies of #747745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747745

Black with #747745

Text Example


Text Example

White with #747745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747745; }

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

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

background-color css

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

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

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

border-color css

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

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

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