Html Css Color HEX #763225 Pueblo

📋 copy color: '#763225'

red 118 ◦ green 50 ◦ blue 37

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

Shades of Pueblo #763225

Tints of Pueblo #763225

RGB

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

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

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

R = 57.56%
G = 24.39%
B = 18.05%

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

#763225 (or 0x763225) is known color: Pueblo. HEX triplet: 76, 32 and 25. RGB value is (118,50,37). Sum of RGB (Red+Green+Blue) = 118+50+37=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #763225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763225 is #89CDDA. Grayscale: #444444. Windows color (decimal): -9031131 or 2437750. OLE color: 2437750.

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

Color convert

RGB 118 50 37 -
CMYK 0 0.58 0.69 0.54
HSL 9.63º 0.52% 0.3% -
HSV(B) 9.63º 0.69% 0.46% -
XYZ 8.95 6.27 2.49 -
YUV 68.85 110.03 163.06 -
System Red Green Blue C M Y K H S L
Decimal 118 50 37 0 0.58 0.69 0.54 9.63 0.52 0.3
Hex 76 32 25 0 3A 45 36 A 34 1E
Octal 166 62 45 0 72 105 66 12 64 36
Binary 1110110 110010 100101 0 111010 1000101 110110 1010 110100 11110

Color Harmonies of #763225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763225

Black with #763225

Text Example


Text Example

White with #763225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763225; }

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

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

background-color css

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

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

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

border-color css

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

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

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