#762F23

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

Shades of Pueblo #762F23

Tints of Pueblo #762F23

Color information

#762F23 (or 0x762F23) is unknown color: approx Pueblo. HEX triplet: 76, 2F and 23. RGB value is (118,47,35). Sum of RGB (Red+Green+Blue) = 118+47+35=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #762F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762F23 is #89D0DC. Grayscale: #424242. Windows color (decimal): -9031901 or 2305910. OLE color: 2305910.

HSL color Cylindrical-coordinate representation of color #762F23: hue angle of 8.67º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #762F23 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB1184735-
CMYK00.600.700.54
HSL8.67º54.25%30%-
HSV(B)8.67º70.34%46.27%-
XYZ8.796.012.29-
YUV66.86110.02164.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59%
GREEN value IS 47 (18.75% from 255) = 23.5%
BLUE value IS 35 (14.06% from 255) = 17.5%
R=59%
G=23.5%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118473500.600.700.548.6754.2530
Hex762F2303C46369361e
Octal166574307410666116636
Binary111011010111110001101111001000110110110100111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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