#763427

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

Shades of Pueblo #763427

Tints of Pueblo #763427

Color information

#763427 (or 0x763427) is unknown color: approx Pueblo. HEX triplet: 76, 34 and 27. RGB value is (118,52,39). Sum of RGB (Red+Green+Blue) = 118+52+39=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #763427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763427 is #89CBD8. Grayscale: #464646. Windows color (decimal): -9030617 or 2569334. OLE color: 2569334.

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

Color convert

RGB1185239-
CMYK00.560.670.54
HSL9.87º50.32%30.78%-
HSV(B)9.87º66.95%46.27%-
XYZ9.076.452.69-
YUV70.25110.37162.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.46%
GREEN value IS 52 (20.70% from 255) = 24.88%
BLUE value IS 39 (15.62% from 255) = 18.66%
R=56.46%
G=24.88%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118523900.560.670.549.8750.3230.78
Hex7634270384336a321f
Octal166644707010366126237
Binary111011011010010011101110001000011110110101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763427; }

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

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

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

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

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

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

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

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