Html Css Color HEX #756A33 Himalaya

📋 copy color: '#756A33'

red 117 ◦ green 106 ◦ blue 51

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

Shades of Himalaya #756A33

Tints of Himalaya #756A33

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.69%

 BLUE value IS 51 (20.31% from 255) = 18.61%

R = 42.7%
G = 38.69%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#756A33 (or 0x756A33) is known color: Himalaya. HEX triplet: 75, 6A and 33. RGB value is (117,106,51). Sum of RGB (Red+Green+Blue) = 117+106+51=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #756A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756A33 is #8A95CC. Grayscale: #676767. Windows color (decimal): -9082317 or 3369589. OLE color: 3369589.

HSL color Cylindrical-coordinate representation of color #756A33: hue angle of 50º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #756A33 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 106 51 -
CMYK 0 0.09 0.56 0.54
HSL 50º 0.39% 0.33% -
HSV(B) 50º 0.56% 0.46% -
XYZ 13.09 14.33 5.21 -
YUV 103.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 117 106 51 0 0.09 0.56 0.54 50 0.39 0.33
Hex 75 6A 33 0 9 38 36 32 27 21
Octal 165 152 63 0 11 70 66 62 47 41
Binary 1110101 1101010 110011 0 1001 111000 110110 110010 100111 100001

Color Harmonies of #756A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756A33

Black with #756A33

Text Example


Text Example

White with #756A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756A33; }

 p { color: rgb(117,106,51); }

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

background-color css

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

 a { background-color: rgb(117,106,51); }

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

border-color css

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

 span { border-color: rgb(117,106,51); }

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