Html Css Color HEX #77321F Pueblo

📋 copy color: '#77321F'

red 119 ◦ green 50 ◦ blue 31

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

Shades of Pueblo #77321F

Tints of Pueblo #77321F

RGB

 RED value IS 119 (46.88% from 255) = 59.5%

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

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

R = 59.5%
G = 25%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#77321F (or 0x77321F) is known color: Pueblo. HEX triplet: 77, 32 and 1F. RGB value is (119,50,31). Sum of RGB (Red+Green+Blue) = 119+50+31=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #77321F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77321F is #88CDE0. Grayscale: #444444. Windows color (decimal): -8965601 or 2044535. OLE color: 2044535.

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

Color convert

RGB 119 50 31 -
CMYK 0 0.58 0.74 0.53
HSL 12.95º 0.59% 0.29% -
HSV(B) 12.95º 0.74% 0.47% -
XYZ 9 6.3 2.04 -
YUV 68.47 106.86 164.04 -
System Red Green Blue C M Y K H S L
Decimal 119 50 31 0 0.58 0.74 0.53 12.95 0.59 0.29
Hex 77 32 1F 0 3A 4A 35 D 3B 1D
Octal 167 62 37 0 72 112 65 15 73 35
Binary 1110111 110010 11111 0 111010 1001010 110101 1101 111011 11101

Color Harmonies of #77321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77321F

Black with #77321F

Text Example


Text Example

White with #77321F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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