Html Css Color HEX #75682A Himalaya

📋 copy color: '#75682A'

red 117 ◦ green 104 ◦ blue 42

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

Shades of Himalaya #75682A

Tints of Himalaya #75682A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.54%

 BLUE value IS 42 (16.8% from 255) = 15.97%

R = 44.49%
G = 39.54%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#75682A (or 0x75682A) is known color: Himalaya. HEX triplet: 75, 68 and 2A. RGB value is (117,104,42). Sum of RGB (Red+Green+Blue) = 117+104+42=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #75682A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75682A is #8A97D5. Grayscale: #656565. Windows color (decimal): -9082838 or 2779253. OLE color: 2779253.

HSL color Cylindrical-coordinate representation of color #75682A: hue angle of 49.6º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75682A is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 104 42 -
CMYK 0 0.11 0.64 0.54
HSL 49.6º 0.47% 0.31% -
HSV(B) 49.6º 0.64% 0.46% -
XYZ 12.7 13.85 4.19 -
YUV 100.82 94.81 139.54 -
System Red Green Blue C M Y K H S L
Decimal 117 104 42 0 0.11 0.64 0.54 49.6 0.47 0.31
Hex 75 68 2A 0 B 40 36 32 2F 1F
Octal 165 150 52 0 13 100 66 62 57 37
Binary 1110101 1101000 101010 0 1011 1000000 110110 110010 101111 11111

Color Harmonies of #75682A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75682A

Black with #75682A

Text Example


Text Example

White with #75682A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75682A; }

 p { color: rgb(117,104,42); }

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

background-color css

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

 a { background-color: rgb(117,104,42); }

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

border-color css

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

 span { border-color: rgb(117,104,42); }

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