Html Css Color HEX #763224 Pueblo

📋 copy color: '#763224'

red 118 ◦ green 50 ◦ blue 36

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

Shades of Pueblo #763224

Tints of Pueblo #763224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.65%

R = 57.84%
G = 24.51%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#763224 (or 0x763224) is known color: Pueblo. HEX triplet: 76, 32 and 24. RGB value is (118,50,36). Sum of RGB (Red+Green+Blue) = 118+50+36=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #763224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763224 is #89CDDB. Grayscale: #444444. Windows color (decimal): -9031132 or 2372214. OLE color: 2372214.

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

Color convert

RGB 118 50 36 -
CMYK 0 0.58 0.69 0.54
HSL 10.24º 0.53% 0.3% -
HSV(B) 10.24º 0.69% 0.46% -
XYZ 8.93 6.26 2.41 -
YUV 68.74 109.53 163.14 -
System Red Green Blue C M Y K H S L
Decimal 118 50 36 0 0.58 0.69 0.54 10.24 0.53 0.3
Hex 76 32 24 0 3A 45 36 A 35 1E
Octal 166 62 44 0 72 105 66 12 65 36
Binary 1110110 110010 100100 0 111010 1000101 110110 1010 110101 11110

Color Harmonies of #763224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763224

Black with #763224

Text Example


Text Example

White with #763224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763224; }

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

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

background-color css

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

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

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

border-color css

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

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

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