#763428

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

Shades of Pueblo #763428

Tints of Pueblo #763428

Color information

#763428 (or 0x763428) is unknown color: approx Pueblo. HEX triplet: 76, 34 and 28. RGB value is (118,52,40). Sum of RGB (Red+Green+Blue) = 118+52+40=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #763428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763428 is #89CBD7. Grayscale: #464646. Windows color (decimal): -9030616 or 2634870. OLE color: 2634870.

HSL color Cylindrical-coordinate representation of color #763428: hue angle of 9.23º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #763428 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB1185240-
CMYK00.560.660.54
HSL9.23º49.37%30.98%-
HSV(B)9.23º66.1%46.27%-
XYZ9.086.462.78-
YUV70.37110.87161.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.19%
GREEN value IS 52 (20.70% from 255) = 24.76%
BLUE value IS 40 (16.02% from 255) = 19.05%
R=56.19%
G=24.76%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118524000.560.660.549.2349.3730.98
Hex76342803842369311f
Octal166645007010266116137
Binary111011011010010100001110001000010110110100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763428; }

 p { color: rgb(118,52,40); }

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

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

 a { background-color: rgb(118,52,40); }

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

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

 span { border-color: rgb(118,52,40); }

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