#763826

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

Shades of Pueblo #763826

Tints of Pueblo #763826

Color information

#763826 (or 0x763826) is unknown color: approx Pueblo. HEX triplet: 76, 38 and 26. RGB value is (118,56,38). Sum of RGB (Red+Green+Blue) = 118+56+38=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #763826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763826 is #89C7D9. Grayscale: #484848. Windows color (decimal): -9029594 or 2504822. OLE color: 2504822.

HSL color Cylindrical-coordinate representation of color #763826: hue angle of 13.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #763826 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1185638-
CMYK00.530.680.54
HSL13.5º51.28%30.59%-
HSV(B)13.5º67.8%46.27%-
XYZ9.246.822.66-
YUV72.49108.54160.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.66%
GREEN value IS 56 (22.27% from 255) = 26.42%
BLUE value IS 38 (15.23% from 255) = 17.92%
R=55.66%
G=26.42%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118563800.530.680.5413.551.2830.59
Hex7638260354436e331f
Octal166704606510466166337
Binary111011011100010011001101011000100110110111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763826; }

 p { color: rgb(118,56,38); }

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

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

 a { background-color: rgb(118,56,38); }

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

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

 span { border-color: rgb(118,56,38); }

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