Html Css Color HEX #756122 Himalaya

📋 copy color: '#756122'

red 117 ◦ green 97 ◦ blue 34

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

Shades of Himalaya #756122

Tints of Himalaya #756122

RGB

 RED value IS 117 (46.09% from 255) = 47.18%

 GREEN value IS 97 (38.28% from 255) = 39.11%

 BLUE value IS 34 (13.67% from 255) = 13.71%

R = 47.18%
G = 39.11%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.54

RGB Variations

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

Color information

#756122 (or 0x756122) is known color: Himalaya. HEX triplet: 75, 61 and 22. RGB value is (117,97,34). Sum of RGB (Red+Green+Blue) = 117+97+34=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #756122 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756122 is #8A9EDD. Grayscale: #606060. Windows color (decimal): -9084638 or 2253173. OLE color: 2253173.

HSL color Cylindrical-coordinate representation of color #756122: hue angle of 45.54º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #756122 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 34 -
CMYK 0 0.17 0.71 0.54
HSL 45.54º 0.55% 0.3% -
HSV(B) 45.54º 0.71% 0.46% -
XYZ 11.9 12.45 3.29 -
YUV 95.8 93.13 143.12 -
System Red Green Blue C M Y K H S L
Decimal 117 97 34 0 0.17 0.71 0.54 45.54 0.55 0.3
Hex 75 61 22 0 11 47 36 2E 37 1E
Octal 165 141 42 0 21 107 66 56 67 36
Binary 1110101 1100001 100010 0 10001 1000111 110110 101110 110111 11110

Color Harmonies of #756122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756122

Black with #756122

Text Example


Text Example

White with #756122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756122; }

 p { color: rgb(117,97,34); }

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

background-color css

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

 a { background-color: rgb(117,97,34); }

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

border-color css

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

 span { border-color: rgb(117,97,34); }

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