Html Css Color HEX #772A1F Pueblo

📋 copy color: '#772A1F'

red 119 ◦ green 42 ◦ blue 31

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

Shades of Pueblo #772A1F

Tints of Pueblo #772A1F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.88%

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

R = 61.98%
G = 21.88%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#772A1F (or 0x772A1F) is known color: Pueblo. HEX triplet: 77, 2A and 1F. RGB value is (119,42,31). Sum of RGB (Red+Green+Blue) = 119+42+31=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #772A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772A1F is #88D5E0. Grayscale: #3F3F3F. Windows color (decimal): -8967649 or 2042487. OLE color: 2042487.

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

Color convert

RGB 119 42 31 -
CMYK 0 0.65 0.74 0.53
HSL 7.5º 0.59% 0.29% -
HSV(B) 7.5º 0.74% 0.47% -
XYZ 8.68 5.68 1.93 -
YUV 63.77 109.51 167.39 -
System Red Green Blue C M Y K H S L
Decimal 119 42 31 0 0.65 0.74 0.53 7.5 0.59 0.29
Hex 77 2A 1F 0 41 4A 35 8 3B 1D
Octal 167 52 37 0 101 112 65 10 73 35
Binary 1110111 101010 11111 0 1000001 1001010 110101 1000 111011 11101

Color Harmonies of #772A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772A1F

Black with #772A1F

Text Example


Text Example

White with #772A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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