Html Css Color HEX #766728 Himalaya

📋 copy color: '#766728'

red 118 ◦ green 103 ◦ blue 40

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

Shades of Himalaya #766728

Tints of Himalaya #766728

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.46%

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

R = 45.21%
G = 39.46%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#766728 (or 0x766728) is known color: Himalaya. HEX triplet: 76, 67 and 28. RGB value is (118,103,40). Sum of RGB (Red+Green+Blue) = 118+103+40=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #766728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766728 is #8998D7. Grayscale: #646464. Windows color (decimal): -9017560 or 2647926. OLE color: 2647926.

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

Color convert

RGB 118 103 40 -
CMYK 0 0.13 0.66 0.54
HSL 48.46º 0.49% 0.31% -
HSV(B) 48.46º 0.66% 0.46% -
XYZ 12.7 13.71 3.98 -
YUV 100.3 93.97 140.62 -
System Red Green Blue C M Y K H S L
Decimal 118 103 40 0 0.13 0.66 0.54 48.46 0.49 0.31
Hex 76 67 28 0 D 42 36 30 31 1F
Octal 166 147 50 0 15 102 66 60 61 37
Binary 1110110 1100111 101000 0 1101 1000010 110110 110000 110001 11111

Color Harmonies of #766728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766728

Black with #766728

Text Example


Text Example

White with #766728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766728; }

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

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

background-color css

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

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

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

border-color css

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

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

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