Html Css Color HEX #7F6631 Himalaya

📋 copy color: '#7F6631'

red 127 ◦ green 102 ◦ blue 49

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

Shades of Himalaya #7F6631

Tints of Himalaya #7F6631

RGB

 RED value IS 127 (50% from 255) = 45.68%

 GREEN value IS 102 (40.23% from 255) = 36.69%

 BLUE value IS 49 (19.53% from 255) = 17.63%

R = 45.68%
G = 36.69%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#7F6631 (or 0x7F6631) is known color: Himalaya. HEX triplet: 7F, 66 and 31. RGB value is (127,102,49). Sum of RGB (Red+Green+Blue) = 127+102+49=278 (36% of max value = 765). Red value is 127 (50% from 255 or 45.68% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6631 is #8099CE. Grayscale: #676767. Windows color (decimal): -8427983 or 3237503. OLE color: 3237503.

HSL color Cylindrical-coordinate representation of color #7F6631: hue angle of 40.77º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F6631 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 102 49 -
CMYK 0 0.20 0.61 0.50
HSL 40.77º 0.44% 0.35% -
HSV(B) 40.77º 0.61% 0.5% -
XYZ 14.06 14.24 4.91 -
YUV 103.43 97.28 144.81 -
System Red Green Blue C M Y K H S L
Decimal 127 102 49 0 0.20 0.61 0.50 40.77 0.44 0.35
Hex 7F 66 31 0 14 3D 32 29 2C 23
Octal 177 146 61 0 24 75 62 51 54 43
Binary 1111111 1100110 110001 0 10100 111101 110010 101001 101100 100011

Color Harmonies of #7F6631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6631

Black with #7F6631

Text Example


Text Example

White with #7F6631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F6631; }

 p { color: rgb(127,102,49); }

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

background-color css

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

 a { background-color: rgb(127,102,49); }

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

border-color css

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

 span { border-color: rgb(127,102,49); }

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