#762E1C

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

Shades of Pueblo #762E1C

Tints of Pueblo #762E1C

Color information

#762E1C (or 0x762E1C) is unknown color: approx Pueblo. HEX triplet: 76, 2E and 1C. RGB value is (118,46,28). Sum of RGB (Red+Green+Blue) = 118+46+28=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #762E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E1C is #89D1E3. Grayscale: #414141. Windows color (decimal): -9032164 or 1846902. OLE color: 1846902.

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

Color convert

RGB1184628-
CMYK00.610.760.54
HSL12º61.64%28.63%-
HSV(B)12º76.27%46.27%-
XYZ8.665.891.78-
YUV65.48106.85165.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.46%
GREEN value IS 46 (18.36% from 255) = 23.96%
BLUE value IS 28 (11.33% from 255) = 14.58%
R=61.46%
G=23.96%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118462800.610.760.541261.6428.63
Hex762E1C03D4C36c3e1d
Octal166563407511466147635
Binary11101101011101110001111011001100110110110011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,46,28); }

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

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

 a { background-color: rgb(118,46,28); }

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

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

 span { border-color: rgb(118,46,28); }

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