#762F1A

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

Shades of Pueblo #762F1A

Tints of Pueblo #762F1A

Color information

#762F1A (or 0x762F1A) is unknown color: approx Pueblo. HEX triplet: 76, 2F and 1A. RGB value is (118,47,26). Sum of RGB (Red+Green+Blue) = 118+47+26=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #762F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762F1A is #89D0E5. Grayscale: #414141. Windows color (decimal): -9031910 or 1716086. OLE color: 1716086.

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

Color convert

RGB1184726-
CMYK00.600.780.54
HSL13.7º63.89%28.24%-
HSV(B)13.7º77.97%46.27%-
XYZ8.675.961.67-
YUV65.83105.52165.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.78%
GREEN value IS 47 (18.75% from 255) = 24.61%
BLUE value IS 26 (10.55% from 255) = 13.61%
R=61.78%
G=24.61%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118472600.600.780.5413.763.8928.24
Hex762F1A03C4E36e401c
Octal1665732074116661610034
Binary111011010111111010011110010011101101101110100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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