Html Css Color HEX #763227 Pueblo

📋 copy color: '#763227'

red 118 ◦ green 50 ◦ blue 39

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

Shades of Pueblo #763227

Tints of Pueblo #763227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.84%

R = 57%
G = 24.15%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#763227 (or 0x763227) is known color: Pueblo. HEX triplet: 76, 32 and 27. RGB value is (118,50,39). Sum of RGB (Red+Green+Blue) = 118+50+39=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #763227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763227 is #89CDD8. Grayscale: #454545. Windows color (decimal): -9031129 or 2568822. OLE color: 2568822.

HSL color Cylindrical-coordinate representation of color #763227: hue angle of 8.35º 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 #763227 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 50 39 -
CMYK 0 0.58 0.67 0.54
HSL 8.35º 0.5% 0.31% -
HSV(B) 8.35º 0.67% 0.46% -
XYZ 8.98 6.28 2.66 -
YUV 69.08 111.03 162.89 -
System Red Green Blue C M Y K H S L
Decimal 118 50 39 0 0.58 0.67 0.54 8.35 0.5 0.31
Hex 76 32 27 0 3A 43 36 8 32 1F
Octal 166 62 47 0 72 103 66 10 62 37
Binary 1110110 110010 100111 0 111010 1000011 110110 1000 110010 11111

Color Harmonies of #763227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763227

Black with #763227

Text Example


Text Example

White with #763227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763227; }

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

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

background-color css

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

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

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

border-color css

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

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

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