Html Css Color HEX #766830 Himalaya

📋 copy color: '#766830'

red 118 ◦ green 104 ◦ blue 48

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

Shades of Himalaya #766830

Tints of Himalaya #766830

RGB

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

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

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

R = 43.7%
G = 38.52%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#766830 (or 0x766830) is known color: Himalaya. HEX triplet: 76, 68 and 30. RGB value is (118,104,48). Sum of RGB (Red+Green+Blue) = 118+104+48=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #766830 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766830 is #8997CF. Grayscale: #666666. Windows color (decimal): -9017296 or 3172470. OLE color: 3172470.

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

Color convert

RGB 118 104 48 -
CMYK 0 0.12 0.59 0.54
HSL 48º 0.42% 0.33% -
HSV(B) 48º 0.59% 0.46% -
XYZ 12.96 13.97 4.81 -
YUV 101.8 97.64 139.55 -
System Red Green Blue C M Y K H S L
Decimal 118 104 48 0 0.12 0.59 0.54 48 0.42 0.33
Hex 76 68 30 0 C 3B 36 30 2A 21
Octal 166 150 60 0 14 73 66 60 52 41
Binary 1110110 1101000 110000 0 1100 111011 110110 110000 101010 100001

Color Harmonies of #766830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766830

Black with #766830

Text Example


Text Example

White with #766830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766830; }

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

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

background-color css

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

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

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

border-color css

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

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

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