Html Css Color HEX #765E30 Himalaya

📋 copy color: '#765E30'

red 118 ◦ green 94 ◦ blue 48

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

Shades of Himalaya #765E30

Tints of Himalaya #765E30

RGB

 RED value IS 118 (46.48% from 255) = 45.38%

 GREEN value IS 94 (37.11% from 255) = 36.15%

 BLUE value IS 48 (19.14% from 255) = 18.46%

R = 45.38%
G = 36.15%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#765E30 (or 0x765E30) is known color: Himalaya. HEX triplet: 76, 5E and 30. RGB value is (118,94,48). Sum of RGB (Red+Green+Blue) = 118+94+48=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #765E30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765E30 is #89A1CF. Grayscale: #606060. Windows color (decimal): -9019856 or 3169910. OLE color: 3169910.

HSL color Cylindrical-coordinate representation of color #765E30: hue angle of 39.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #765E30 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 94 48 -
CMYK 0 0.20 0.59 0.54
HSL 39.43º 0.42% 0.33% -
HSV(B) 39.43º 0.59% 0.46% -
XYZ 12.01 12.07 4.49 -
YUV 95.93 100.95 143.74 -
System Red Green Blue C M Y K H S L
Decimal 118 94 48 0 0.20 0.59 0.54 39.43 0.42 0.33
Hex 76 5E 30 0 14 3B 36 27 2A 21
Octal 166 136 60 0 24 73 66 47 52 41
Binary 1110110 1011110 110000 0 10100 111011 110110 100111 101010 100001

Color Harmonies of #765E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765E30

Black with #765E30

Text Example


Text Example

White with #765E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765E30; }

 p { color: rgb(118,94,48); }

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

background-color css

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

 a { background-color: rgb(118,94,48); }

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

border-color css

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

 span { border-color: rgb(118,94,48); }

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