#762C1D

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

Shades of Pueblo #762C1D

Tints of Pueblo #762C1D

Color information

#762C1D (or 0x762C1D) is unknown color: approx Pueblo. HEX triplet: 76, 2C and 1D. RGB value is (118,44,29). Sum of RGB (Red+Green+Blue) = 118+44+29=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #762C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762C1D is #89D3E2. Grayscale: #404040. Windows color (decimal): -9032675 or 1911926. OLE color: 1911926.

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

Color convert

RGB1184429-
CMYK00.630.750.54
HSL10.11º60.54%28.82%-
HSV(B)10.11º75.42%46.27%-
XYZ8.595.741.82-
YUV64.42108.02166.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.78%
GREEN value IS 44 (17.58% from 255) = 23.04%
BLUE value IS 29 (11.72% from 255) = 15.18%
R=61.78%
G=23.04%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118442900.630.750.5410.1160.5428.82
Hex762C1D03F4B36a3d1d
Octal166543507711366127535
Binary11101101011001110101111111001011110110101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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