Html Css Color HEX #77321E Pueblo

📋 copy color: '#77321E'

red 119 ◦ green 50 ◦ blue 30

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

Shades of Pueblo #77321E

Tints of Pueblo #77321E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.08%

R = 59.8%
G = 25.13%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#77321E (or 0x77321E) is known color: Pueblo. HEX triplet: 77, 32 and 1E. RGB value is (119,50,30). Sum of RGB (Red+Green+Blue) = 119+50+30=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #77321E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77321E is #88CDE1. Grayscale: #444444. Windows color (decimal): -8965602 or 1978999. OLE color: 1978999.

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

Color convert

RGB 119 50 30 -
CMYK 0 0.58 0.75 0.53
HSL 13.48º 0.6% 0.29% -
HSV(B) 13.48º 0.75% 0.47% -
XYZ 8.98 6.3 1.97 -
YUV 68.35 106.36 164.13 -
System Red Green Blue C M Y K H S L
Decimal 119 50 30 0 0.58 0.75 0.53 13.48 0.6 0.29
Hex 77 32 1E 0 3A 4B 35 D 3C 1D
Octal 167 62 36 0 72 113 65 15 74 35
Binary 1110111 110010 11110 0 111010 1001011 110101 1101 111100 11101

Color Harmonies of #77321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77321E

Black with #77321E

Text Example


Text Example

White with #77321E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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