#762F1B

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

Shades of Pueblo #762F1B

Tints of Pueblo #762F1B

Color information

#762F1B (or 0x762F1B) is unknown color: approx Pueblo. HEX triplet: 76, 2F and 1B. RGB value is (118,47,27). Sum of RGB (Red+Green+Blue) = 118+47+27=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #762F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762F1B is #89D0E4. Grayscale: #424242. Windows color (decimal): -9031909 or 1781622. OLE color: 1781622.

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

Color convert

RGB1184727-
CMYK00.600.770.54
HSL13.19º62.76%28.43%-
HSV(B)13.19º77.12%46.27%-
XYZ8.695.961.73-
YUV65.95106.02165.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.46%
GREEN value IS 47 (18.75% from 255) = 24.48%
BLUE value IS 27 (10.94% from 255) = 14.06%
R=61.46%
G=24.48%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118472700.600.770.5413.1962.7628.43
Hex762F1B03C4D36d3f1c
Octal166573307411566157734
Binary11101101011111101101111001001101110110110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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