Html Css Color HEX #746728 Himalaya

📋 copy color: '#746728'

red 116 ◦ green 103 ◦ blue 40

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

Shades of Himalaya #746728

Tints of Himalaya #746728

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.77%

 BLUE value IS 40 (16.02% from 255) = 15.44%

R = 44.79%
G = 39.77%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#746728 (or 0x746728) is known color: Himalaya. HEX triplet: 74, 67 and 28. RGB value is (116,103,40). Sum of RGB (Red+Green+Blue) = 116+103+40=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 103 (40.62% from 255 or 39.77% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #746728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746728 is #8B98D7. Grayscale: #636363. Windows color (decimal): -9148632 or 2647924. OLE color: 2647924.

HSL color Cylindrical-coordinate representation of color #746728: hue angle of 49.74º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #746728 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 103 40 -
CMYK 0 0.11 0.66 0.55
HSL 49.74º 0.49% 0.31% -
HSV(B) 49.74º 0.66% 0.45% -
XYZ 12.44 13.57 3.97 -
YUV 99.71 94.31 139.62 -
System Red Green Blue C M Y K H S L
Decimal 116 103 40 0 0.11 0.66 0.55 49.74 0.49 0.31
Hex 74 67 28 0 B 42 37 32 31 1F
Octal 164 147 50 0 13 102 67 62 61 37
Binary 1110100 1100111 101000 0 1011 1000010 110111 110010 110001 11111

Color Harmonies of #746728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746728

Black with #746728

Text Example


Text Example

White with #746728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746728; }

 p { color: rgb(116,103,40); }

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

background-color css

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

 a { background-color: rgb(116,103,40); }

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

border-color css

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

 span { border-color: rgb(116,103,40); }

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