Html Css Color HEX #76321F Pueblo

📋 copy color: '#76321F'

red 118 ◦ green 50 ◦ blue 31

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

Shades of Pueblo #76321F

Tints of Pueblo #76321F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.58%

R = 59.3%
G = 25.13%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#76321F (or 0x76321F) is known color: Pueblo. HEX triplet: 76, 32 and 1F. RGB value is (118,50,31). Sum of RGB (Red+Green+Blue) = 118+50+31=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #76321F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76321F is #89CDE0. Grayscale: #444444. Windows color (decimal): -9031137 or 2044534. OLE color: 2044534.

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

Color convert

RGB 118 50 31 -
CMYK 0 0.58 0.74 0.54
HSL 13.1º 0.58% 0.29% -
HSV(B) 13.1º 0.74% 0.46% -
XYZ 8.86 6.23 2.03 -
YUV 68.17 107.03 163.54 -
System Red Green Blue C M Y K H S L
Decimal 118 50 31 0 0.58 0.74 0.54 13.1 0.58 0.29
Hex 76 32 1F 0 3A 4A 36 D 3A 1D
Octal 166 62 37 0 72 112 66 15 72 35
Binary 1110110 110010 11111 0 111010 1001010 110110 1101 111010 11101

Color Harmonies of #76321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76321F

Black with #76321F

Text Example


Text Example

White with #76321F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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