Html Css Color HEX #756422 Himalaya

📋 copy color: '#756422'

red 117 ◦ green 100 ◦ blue 34

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

Shades of Himalaya #756422

Tints of Himalaya #756422

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.84%

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

R = 46.61%
G = 39.84%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.54

RGB Variations

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

Color information

#756422 (or 0x756422) is known color: Himalaya. HEX triplet: 75, 64 and 22. RGB value is (117,100,34). Sum of RGB (Red+Green+Blue) = 117+100+34=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 34 (13.67% from 255 or 13.55% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #756422 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756422 is #8A9BDD. Grayscale: #616161. Windows color (decimal): -9083870 or 2253941. OLE color: 2253941.

HSL color Cylindrical-coordinate representation of color #756422: hue angle of 47.71º 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 #756422 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 100 34 -
CMYK 0 0.15 0.71 0.54
HSL 47.71º 0.55% 0.3% -
HSV(B) 47.71º 0.71% 0.46% -
XYZ 12.18 13.01 3.38 -
YUV 97.56 92.13 141.87 -
System Red Green Blue C M Y K H S L
Decimal 117 100 34 0 0.15 0.71 0.54 47.71 0.55 0.3
Hex 75 64 22 0 F 47 36 30 37 1E
Octal 165 144 42 0 17 107 66 60 67 36
Binary 1110101 1100100 100010 0 1111 1000111 110110 110000 110111 11110

Color Harmonies of #756422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756422

Black with #756422

Text Example


Text Example

White with #756422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756422; }

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

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

background-color css

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

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

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

border-color css

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

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

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