Html Css Color HEX #773125 Pueblo

📋 copy color: '#773125'

red 119 ◦ green 49 ◦ blue 37

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

Shades of Pueblo #773125

Tints of Pueblo #773125

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.9%

 BLUE value IS 37 (14.84% from 255) = 18.05%

R = 58.05%
G = 23.9%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#773125 (or 0x773125) is known color: Pueblo. HEX triplet: 77, 31 and 25. RGB value is (119,49,37). Sum of RGB (Red+Green+Blue) = 119+49+37=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #773125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773125 is #88CEDA. Grayscale: #444444. Windows color (decimal): -8965851 or 2437495. OLE color: 2437495.

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

Color convert

RGB 119 49 37 -
CMYK 0 0.59 0.69 0.53
HSL 8.78º 0.53% 0.31% -
HSV(B) 8.78º 0.69% 0.47% -
XYZ 9.04 6.25 2.48 -
YUV 68.56 110.19 163.98 -
System Red Green Blue C M Y K H S L
Decimal 119 49 37 0 0.59 0.69 0.53 8.78 0.53 0.31
Hex 77 31 25 0 3B 45 35 9 35 1F
Octal 167 61 45 0 73 105 65 11 65 37
Binary 1110111 110001 100101 0 111011 1000101 110101 1001 110101 11111

Color Harmonies of #773125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773125

Black with #773125

Text Example


Text Example

White with #773125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773125; }

 p { color: rgb(119,49,37); }

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

background-color css

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

 a { background-color: rgb(119,49,37); }

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

border-color css

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

 span { border-color: rgb(119,49,37); }

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