Html Css Color HEX #746B37 Himalaya

📋 copy color: '#746B37'

red 116 ◦ green 107 ◦ blue 55

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

Shades of Himalaya #746B37

Tints of Himalaya #746B37

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.49%

 BLUE value IS 55 (21.88% from 255) = 19.78%

R = 41.73%
G = 38.49%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#746B37 (or 0x746B37) is known color: Himalaya. HEX triplet: 74, 6B and 37. RGB value is (116,107,55). Sum of RGB (Red+Green+Blue) = 116+107+55=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #746B37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746B37 is #8B94C8. Grayscale: #676767. Windows color (decimal): -9147593 or 3631988. OLE color: 3631988.

HSL color Cylindrical-coordinate representation of color #746B37: hue angle of 51.15º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #746B37 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 107 55 -
CMYK 0 0.08 0.53 0.55
HSL 51.15º 0.36% 0.34% -
HSV(B) 51.15º 0.53% 0.45% -
XYZ 13.15 14.5 5.72 -
YUV 103.76 100.48 136.73 -
System Red Green Blue C M Y K H S L
Decimal 116 107 55 0 0.08 0.53 0.55 51.15 0.36 0.34
Hex 74 6B 37 0 8 35 37 33 24 22
Octal 164 153 67 0 10 65 67 63 44 42
Binary 1110100 1101011 110111 0 1000 110101 110111 110011 100100 100010

Color Harmonies of #746B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746B37

Black with #746B37

Text Example


Text Example

White with #746B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746B37; }

 p { color: rgb(116,107,55); }

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

background-color css

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

 a { background-color: rgb(116,107,55); }

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

border-color css

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

 span { border-color: rgb(116,107,55); }

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