Html Css Color HEX #766328 Himalaya

📋 copy color: '#766328'

red 118 ◦ green 99 ◦ blue 40

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

Shades of Himalaya #766328

Tints of Himalaya #766328

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.52%

 BLUE value IS 40 (16.02% from 255) = 15.56%

R = 45.91%
G = 38.52%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#766328 (or 0x766328) is known color: Himalaya. HEX triplet: 76, 63 and 28. RGB value is (118,99,40). Sum of RGB (Red+Green+Blue) = 118+99+40=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #766328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766328 is #899CD7. Grayscale: #626262. Windows color (decimal): -9018584 or 2646902. OLE color: 2646902.

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

Color convert

RGB 118 99 40 -
CMYK 0 0.16 0.66 0.54
HSL 45.38º 0.49% 0.31% -
HSV(B) 45.38º 0.66% 0.46% -
XYZ 12.32 12.93 3.85 -
YUV 97.96 95.29 142.3 -
System Red Green Blue C M Y K H S L
Decimal 118 99 40 0 0.16 0.66 0.54 45.38 0.49 0.31
Hex 76 63 28 0 10 42 36 2D 31 1F
Octal 166 143 50 0 20 102 66 55 61 37
Binary 1110110 1100011 101000 0 10000 1000010 110110 101101 110001 11111

Color Harmonies of #766328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766328

Black with #766328

Text Example


Text Example

White with #766328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766328; }

 p { color: rgb(118,99,40); }

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

background-color css

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

 a { background-color: rgb(118,99,40); }

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

border-color css

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

 span { border-color: rgb(118,99,40); }

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