#762B1B

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

Shades of Pueblo #762B1B

Tints of Pueblo #762B1B

Color information

#762B1B (or 0x762B1B) is unknown color: approx Pueblo. HEX triplet: 76, 2B and 1B. RGB value is (118,43,27). Sum of RGB (Red+Green+Blue) = 118+43+27=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #762B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762B1B is #89D4E4. Grayscale: #3F3F3F. Windows color (decimal): -9032933 or 1780598. OLE color: 1780598.

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

Color convert

RGB1184327-
CMYK00.640.770.54
HSL10.55º62.76%28.43%-
HSV(B)10.55º77.12%46.27%-
XYZ8.535.661.68-
YUV63.6107.35166.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.77%
GREEN value IS 43 (17.19% from 255) = 22.87%
BLUE value IS 27 (10.94% from 255) = 14.36%
R=62.77%
G=22.87%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118432700.640.770.5410.5562.7628.43
Hex762B1B0404D36b3f1c
Octal1665333010011566137734
Binary111011010101111011010000001001101110110101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,43,27); }

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

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

 a { background-color: rgb(118,43,27); }

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

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

 span { border-color: rgb(118,43,27); }

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