Html Css Color HEX #76321B Pueblo

📋 copy color: '#76321B'

red 118 ◦ green 50 ◦ blue 27

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

Shades of Pueblo #76321B

Tints of Pueblo #76321B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.85%

R = 60.51%
G = 25.64%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#76321B (or 0x76321B) is known color: Pueblo. HEX triplet: 76, 32 and 1B. RGB value is (118,50,27). Sum of RGB (Red+Green+Blue) = 118+50+27=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #76321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76321B is #89CDE4. Grayscale: #434343. Windows color (decimal): -9031141 or 1782390. OLE color: 1782390.

HSL color Cylindrical-coordinate representation of color #76321B: hue angle of 15.16º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76321B is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 50 27 -
CMYK 0 0.58 0.77 0.54
HSL 15.16º 0.63% 0.28% -
HSV(B) 15.16º 0.77% 0.46% -
XYZ 8.81 6.21 1.77 -
YUV 67.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 118 50 27 0 0.58 0.77 0.54 15.16 0.63 0.28
Hex 76 32 1B 0 3A 4D 36 F 3F 1C
Octal 166 62 33 0 72 115 66 17 77 34
Binary 1110110 110010 11011 0 111010 1001101 110110 1111 111111 11100

Color Harmonies of #76321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76321B

Black with #76321B

Text Example


Text Example

White with #76321B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76321B; }

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

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

background-color css

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

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

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

border-color css

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

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

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