Html Css Color HEX #766826 Himalaya

📋 copy color: '#766826'

red 118 ◦ green 104 ◦ blue 38

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

Shades of Himalaya #766826

Tints of Himalaya #766826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.62%

R = 45.38%
G = 40%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#766826 (or 0x766826) is known color: Himalaya. HEX triplet: 76, 68 and 26. RGB value is (118,104,38). Sum of RGB (Red+Green+Blue) = 118+104+38=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #766826 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766826 is #8997D9. Grayscale: #646464. Windows color (decimal): -9017306 or 2517110. OLE color: 2517110.

HSL color Cylindrical-coordinate representation of color #766826: hue angle of 49.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #766826 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 104 38 -
CMYK 0 0.12 0.68 0.54
HSL 49.5º 0.51% 0.31% -
HSV(B) 49.5º 0.68% 0.46% -
XYZ 12.77 13.89 3.84 -
YUV 100.66 92.64 140.37 -
System Red Green Blue C M Y K H S L
Decimal 118 104 38 0 0.12 0.68 0.54 49.5 0.51 0.31
Hex 76 68 26 0 C 44 36 32 33 1F
Octal 166 150 46 0 14 104 66 62 63 37
Binary 1110110 1101000 100110 0 1100 1000100 110110 110010 110011 11111

Color Harmonies of #766826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766826

Black with #766826

Text Example


Text Example

White with #766826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766826; }

 p { color: rgb(118,104,38); }

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

background-color css

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

 a { background-color: rgb(118,104,38); }

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

border-color css

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

 span { border-color: rgb(118,104,38); }

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