Html Css Color HEX #773527 Pueblo

📋 copy color: '#773527'

red 119 ◦ green 53 ◦ blue 39

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

Shades of Pueblo #773527

Tints of Pueblo #773527

RGB

 RED value IS 119 (46.88% from 255) = 56.4%

 GREEN value IS 53 (21.09% from 255) = 25.12%

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

R = 56.4%
G = 25.12%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#773527 (or 0x773527) is known color: Pueblo. HEX triplet: 77, 35 and 27. RGB value is (119,53,39). Sum of RGB (Red+Green+Blue) = 119+53+39=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #773527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773527 is #88CAD8. Grayscale: #474747. Windows color (decimal): -8964825 or 2569591. OLE color: 2569591.

HSL color Cylindrical-coordinate representation of color #773527: hue angle of 10.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #773527 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 53 39 -
CMYK 0 0.55 0.67 0.53
HSL 10.5º 0.51% 0.31% -
HSV(B) 10.5º 0.67% 0.47% -
XYZ 9.25 6.61 2.71 -
YUV 71.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 119 53 39 0 0.55 0.67 0.53 10.5 0.51 0.31
Hex 77 35 27 0 37 43 35 A 33 1F
Octal 167 65 47 0 67 103 65 12 63 37
Binary 1110111 110101 100111 0 110111 1000011 110101 1010 110011 11111

Color Harmonies of #773527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773527

Black with #773527

Text Example


Text Example

White with #773527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773527; }

 p { color: rgb(119,53,39); }

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

background-color css

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

 a { background-color: rgb(119,53,39); }

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

border-color css

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

 span { border-color: rgb(119,53,39); }

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