#762C1A

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

Shades of Pueblo #762C1A

Tints of Pueblo #762C1A

Color information

#762C1A (or 0x762C1A) is unknown color: approx Pueblo. HEX triplet: 76, 2C and 1A. RGB value is (118,44,26). Sum of RGB (Red+Green+Blue) = 118+44+26=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #762C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762C1A is #89D3E5. Grayscale: #404040. Windows color (decimal): -9032678 or 1715318. OLE color: 1715318.

HSL color Cylindrical-coordinate representation of color #762C1A: hue angle of 11.74º 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 #762C1A is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB1184426-
CMYK00.630.780.54
HSL11.74º63.89%28.24%-
HSV(B)11.74º77.97%46.27%-
XYZ8.565.731.63-
YUV64.07106.52166.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.77%
GREEN value IS 44 (17.58% from 255) = 23.40%
BLUE value IS 26 (10.55% from 255) = 13.83%
R=62.77%
G=23.40%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118442600.630.780.5411.7463.8928.24
Hex762C1A03F4E36c401c
Octal1665432077116661410034
Binary111011010110011010011111110011101101101100100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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