Html Css Color HEX #772C1F Pueblo

📋 copy color: '#772C1F'

red 119 ◦ green 44 ◦ blue 31

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

Shades of Pueblo #772C1F

Tints of Pueblo #772C1F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.68%

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

R = 61.34%
G = 22.68%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#772C1F (or 0x772C1F) is known color: Pueblo. HEX triplet: 77, 2C and 1F. RGB value is (119,44,31). Sum of RGB (Red+Green+Blue) = 119+44+31=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #772C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C1F is #88D3E0. Grayscale: #414141. Windows color (decimal): -8967137 or 2042999. OLE color: 2042999.

HSL color Cylindrical-coordinate representation of color #772C1F: hue angle of 8.86º 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 #772C1F is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 44 31 -
CMYK 0 0.63 0.74 0.53
HSL 8.86º 0.59% 0.29% -
HSV(B) 8.86º 0.74% 0.47% -
XYZ 8.76 5.82 1.96 -
YUV 64.94 108.85 166.56 -
System Red Green Blue C M Y K H S L
Decimal 119 44 31 0 0.63 0.74 0.53 8.86 0.59 0.29
Hex 77 2C 1F 0 3F 4A 35 9 3B 1D
Octal 167 54 37 0 77 112 65 11 73 35
Binary 1110111 101100 11111 0 111111 1001010 110101 1001 111011 11101

Color Harmonies of #772C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C1F

Black with #772C1F

Text Example


Text Example

White with #772C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772C1F; }

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

 H1.HeaderClassName
 {
   color: #772C1F;
 }
 .AnyTagClassName
 {
   color: #772C1F;
 }
</style>

background-color css

<style>
 a { background-color: #772C1F; }

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

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

border-color css

<style>
 span { border-color: #772C1F; }

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

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