Html Css Color HEX #763328 Pueblo

📋 copy color: '#763328'

red 118 ◦ green 51 ◦ blue 40

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

Shades of Pueblo #763328

Tints of Pueblo #763328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.14%

R = 56.46%
G = 24.4%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#763328 (or 0x763328) is known color: Pueblo. HEX triplet: 76, 33 and 28. RGB value is (118,51,40). Sum of RGB (Red+Green+Blue) = 118+51+40=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #763328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763328 is #89CCD7. Grayscale: #454545. Windows color (decimal): -9030872 or 2634614. OLE color: 2634614.

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

Color convert

RGB 118 51 40 -
CMYK 0 0.57 0.66 0.54
HSL 8.46º 0.49% 0.31% -
HSV(B) 8.46º 0.66% 0.46% -
XYZ 9.04 6.37 2.76 -
YUV 69.78 111.2 162.39 -
System Red Green Blue C M Y K H S L
Decimal 118 51 40 0 0.57 0.66 0.54 8.46 0.49 0.31
Hex 76 33 28 0 39 42 36 8 31 1F
Octal 166 63 50 0 71 102 66 10 61 37
Binary 1110110 110011 101000 0 111001 1000010 110110 1000 110001 11111

Color Harmonies of #763328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763328

Black with #763328

Text Example


Text Example

White with #763328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763328; }

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

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

background-color css

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

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

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

border-color css

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

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

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