Html Css Color HEX #76321C Pueblo

📋 copy color: '#76321C'

red 118 ◦ green 50 ◦ blue 28

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

Shades of Pueblo #76321C

Tints of Pueblo #76321C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.29%

R = 60.2%
G = 25.51%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#76321C (or 0x76321C) is known color: Pueblo. HEX triplet: 76, 32 and 1C. RGB value is (118,50,28). Sum of RGB (Red+Green+Blue) = 118+50+28=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #76321C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76321C is #89CDE3. Grayscale: #434343. Windows color (decimal): -9031140 or 1847926. OLE color: 1847926.

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

Color convert

RGB 118 50 28 -
CMYK 0 0.58 0.76 0.54
HSL 14.67º 0.62% 0.29% -
HSV(B) 14.67º 0.76% 0.46% -
XYZ 8.82 6.22 1.83 -
YUV 67.82 105.53 163.79 -
System Red Green Blue C M Y K H S L
Decimal 118 50 28 0 0.58 0.76 0.54 14.67 0.62 0.29
Hex 76 32 1C 0 3A 4C 36 F 3E 1D
Octal 166 62 34 0 72 114 66 17 76 35
Binary 1110110 110010 11100 0 111010 1001100 110110 1111 111110 11101

Color Harmonies of #76321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76321C

Black with #76321C

Text Example


Text Example

White with #76321C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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