Html Css Color HEX #763326 Pueblo

📋 copy color: '#763326'

red 118 ◦ green 51 ◦ blue 38

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

Shades of Pueblo #763326

Tints of Pueblo #763326

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.64%

 BLUE value IS 38 (15.23% from 255) = 18.36%

R = 57%
G = 24.64%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#763326 (or 0x763326) is known color: Pueblo. HEX triplet: 76, 33 and 26. RGB value is (118,51,38). Sum of RGB (Red+Green+Blue) = 118+51+38=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #763326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763326 is #89CCD9. Grayscale: #454545. Windows color (decimal): -9030874 or 2503542. OLE color: 2503542.

HSL color Cylindrical-coordinate representation of color #763326: hue angle of 9.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #763326 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 51 38 -
CMYK 0 0.57 0.68 0.54
HSL 9.75º 0.51% 0.31% -
HSV(B) 9.75º 0.68% 0.46% -
XYZ 9 6.36 2.59 -
YUV 69.55 110.2 162.56 -
System Red Green Blue C M Y K H S L
Decimal 118 51 38 0 0.57 0.68 0.54 9.75 0.51 0.31
Hex 76 33 26 0 39 44 36 A 33 1F
Octal 166 63 46 0 71 104 66 12 63 37
Binary 1110110 110011 100110 0 111001 1000100 110110 1010 110011 11111

Color Harmonies of #763326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763326

Black with #763326

Text Example


Text Example

White with #763326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763326; }

 p { color: rgb(118,51,38); }

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

background-color css

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

 a { background-color: rgb(118,51,38); }

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

border-color css

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

 span { border-color: rgb(118,51,38); }

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