Html Css Color HEX #75662A Himalaya

📋 copy color: '#75662A'

red 117 ◦ green 102 ◦ blue 42

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

Shades of Himalaya #75662A

Tints of Himalaya #75662A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.08%

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

R = 44.83%
G = 39.08%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#75662A (or 0x75662A) is known color: Himalaya. HEX triplet: 75, 66 and 2A. RGB value is (117,102,42). Sum of RGB (Red+Green+Blue) = 117+102+42=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #75662A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75662A is #8A99D5. Grayscale: #636363. Windows color (decimal): -9083350 or 2778741. OLE color: 2778741.

HSL color Cylindrical-coordinate representation of color #75662A: hue angle of 48º 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 #75662A is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 102 42 -
CMYK 0 0.13 0.64 0.54
HSL 48º 0.47% 0.31% -
HSV(B) 48º 0.64% 0.46% -
XYZ 12.51 13.45 4.13 -
YUV 99.65 95.47 140.38 -
System Red Green Blue C M Y K H S L
Decimal 117 102 42 0 0.13 0.64 0.54 48 0.47 0.31
Hex 75 66 2A 0 D 40 36 30 2F 1F
Octal 165 146 52 0 15 100 66 60 57 37
Binary 1110101 1100110 101010 0 1101 1000000 110110 110000 101111 11111

Color Harmonies of #75662A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75662A

Black with #75662A

Text Example


Text Example

White with #75662A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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