Html Css Color HEX #763226 Pueblo

📋 copy color: '#763226'

red 118 ◦ green 50 ◦ blue 38

#763226
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pueblo #763226

Tints of Pueblo #763226

RGB

 RED value IS 118 (46.48% from 255) = 57.28%

 GREEN value IS 50 (19.92% from 255) = 24.27%

 BLUE value IS 38 (15.23% from 255) = 18.45%

R = 57.28%
G = 24.27%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#763226 (or 0x763226) is known color: Pueblo. HEX triplet: 76, 32 and 26. RGB value is (118,50,38). Sum of RGB (Red+Green+Blue) = 118+50+38=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #763226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763226 is #89CDD9. Grayscale: #454545. Windows color (decimal): -9031130 or 2503286. OLE color: 2503286.

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

Color convert

RGB 118 50 38 -
CMYK 0 0.58 0.68 0.54
HSL 0.51% 0.31% -
HSV(B) 0.68% 0.46% -
XYZ 8.96 6.27 2.57 -
YUV 68.96 110.53 162.98 -
System Red Green Blue C M Y K H S L
Decimal 118 50 38 0 0.58 0.68 0.54 9 0.51 0.31
Hex 76 32 26 0 3A 44 36 9 33 1F
Octal 166 62 46 0 72 104 66 11 63 37
Binary 1110110 110010 100110 0 111010 1000100 110110 1001 110011 11111

Color Harmonies of #763226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763226

Black with #763226

Text Example


Text Example

White with #763226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763226; }

 p { color: rgb(118,50,38); }

 H1.HeaderClassName
 {
   color: #763226;
 }
 .AnyTagClassName
 {
   color: #763226;
 }
</style>

background-color css

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

 a { background-color: rgb(118,50,38); }

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

border-color css

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

 span { border-color: rgb(118,50,38); }

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