Html Css Color HEX #77331E Pueblo

📋 copy color: '#77331E'

red 119 ◦ green 51 ◦ blue 30

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

Shades of Pueblo #77331E

Tints of Pueblo #77331E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.5%

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

R = 59.5%
G = 25.5%
B = 15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#77331E (or 0x77331E) is known color: Pueblo. HEX triplet: 77, 33 and 1E. RGB value is (119,51,30). Sum of RGB (Red+Green+Blue) = 119+51+30=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #77331E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77331E is #88CCE1. Grayscale: #454545. Windows color (decimal): -8965346 or 1979255. OLE color: 1979255.

HSL color Cylindrical-coordinate representation of color #77331E: hue angle of 14.16º 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 #77331E is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 51 30 -
CMYK 0 0.57 0.75 0.53
HSL 14.16º 0.6% 0.29% -
HSV(B) 14.16º 0.75% 0.47% -
XYZ 9.03 6.38 1.98 -
YUV 68.94 106.03 163.71 -
System Red Green Blue C M Y K H S L
Decimal 119 51 30 0 0.57 0.75 0.53 14.16 0.6 0.29
Hex 77 33 1E 0 39 4B 35 E 3C 1D
Octal 167 63 36 0 71 113 65 16 74 35
Binary 1110111 110011 11110 0 111001 1001011 110101 1110 111100 11101

Color Harmonies of #77331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77331E

Black with #77331E

Text Example


Text Example

White with #77331E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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