Html Css Color HEX #766725 Himalaya

📋 copy color: '#766725'

red 118 ◦ green 103 ◦ blue 37

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

Shades of Himalaya #766725

Tints of Himalaya #766725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.34%

R = 45.74%
G = 39.92%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#766725 (or 0x766725) is known color: Himalaya. HEX triplet: 76, 67 and 25. RGB value is (118,103,37). Sum of RGB (Red+Green+Blue) = 118+103+37=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #766725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766725 is #8998DA. Grayscale: #646464. Windows color (decimal): -9017563 or 2451318. OLE color: 2451318.

HSL color Cylindrical-coordinate representation of color #766725: hue angle of 48.89º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #766725 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 103 37 -
CMYK 0 0.13 0.69 0.54
HSL 48.89º 0.52% 0.3% -
HSV(B) 48.89º 0.69% 0.46% -
XYZ 12.66 13.69 3.72 -
YUV 99.96 92.47 140.87 -
System Red Green Blue C M Y K H S L
Decimal 118 103 37 0 0.13 0.69 0.54 48.89 0.52 0.3
Hex 76 67 25 0 D 45 36 31 34 1E
Octal 166 147 45 0 15 105 66 61 64 36
Binary 1110110 1100111 100101 0 1101 1000101 110110 110001 110100 11110

Color Harmonies of #766725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766725

Black with #766725

Text Example


Text Example

White with #766725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766725; }

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

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

background-color css

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

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

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

border-color css

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

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

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