#762E1A

Color #762E1A Pueblo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pueblo #762E1A

Tints of Pueblo #762E1A

Color information

#762E1A (or 0x762E1A) is unknown color: approx Pueblo. HEX triplet: 76, 2E and 1A. RGB value is (118,46,26). Sum of RGB (Red+Green+Blue) = 118+46+26=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #762E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E1A is #89D1E5. Grayscale: #414141. Windows color (decimal): -9032166 or 1715830. OLE color: 1715830.

HSL color Cylindrical-coordinate representation of color #762E1A: hue angle of 13.04º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #762E1A is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB1184626-
CMYK00.610.780.54
HSL13.04º63.89%28.24%-
HSV(B)13.04º77.97%46.27%-
XYZ8.635.881.66-
YUV65.25105.85165.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.11%
GREEN value IS 46 (18.36% from 255) = 24.21%
BLUE value IS 26 (10.55% from 255) = 13.68%
R=62.11%
G=24.21%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118462600.610.780.5413.0463.8928.24
Hex762E1A03D4E36d401c
Octal1665632075116661510034
Binary111011010111011010011110110011101101101101100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762E1A; }

 p { color: rgb(118,46,26); }

 H1.HeaderClassName
 {
   color: #762E1A;
 }
 .AnyTagClassName
 {
   color: #762E1A;
 }
</style>
background-color css

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

 a { background-color: rgb(118,46,26); }

 div.DivClassName
 {
   background-color: #762E1A;
 }
 .BgClassName
 {
   background-color: #762E1A;
 }
</style>
border-color css

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

 span { border-color: rgb(118,46,26); }

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