Html Css Color HEX #756123 Himalaya

📋 copy color: '#756123'

red 117 ◦ green 97 ◦ blue 35

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

Shades of Himalaya #756123

Tints of Himalaya #756123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.06%

R = 46.99%
G = 38.96%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#756123 (or 0x756123) is known color: Himalaya. HEX triplet: 75, 61 and 23. RGB value is (117,97,35). Sum of RGB (Red+Green+Blue) = 117+97+35=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #756123 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756123 is #8A9EDC. Grayscale: #606060. Windows color (decimal): -9084637 or 2318709. OLE color: 2318709.

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

Color convert

RGB 117 97 35 -
CMYK 0 0.17 0.70 0.54
HSL 45.37º 0.54% 0.3% -
HSV(B) 45.37º 0.7% 0.46% -
XYZ 11.91 12.45 3.37 -
YUV 95.91 93.63 143.04 -
System Red Green Blue C M Y K H S L
Decimal 117 97 35 0 0.17 0.70 0.54 45.37 0.54 0.3
Hex 75 61 23 0 11 46 36 2D 36 1E
Octal 165 141 43 0 21 106 66 55 66 36
Binary 1110101 1100001 100011 0 10001 1000110 110110 101101 110110 11110

Color Harmonies of #756123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756123

Black with #756123

Text Example


Text Example

White with #756123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756123; }

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

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

background-color css

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

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

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

border-color css

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

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

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