Html Css Color HEX #772D1F Pueblo

📋 copy color: '#772D1F'

red 119 ◦ green 45 ◦ blue 31

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

Shades of Pueblo #772D1F

Tints of Pueblo #772D1F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.08%

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

R = 61.03%
G = 23.08%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#772D1F (or 0x772D1F) is known color: Pueblo. HEX triplet: 77, 2D and 1F. RGB value is (119,45,31). Sum of RGB (Red+Green+Blue) = 119+45+31=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #772D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D1F is #88D2E0. Grayscale: #414141. Windows color (decimal): -8966881 or 2043255. OLE color: 2043255.

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

Color convert

RGB 119 45 31 -
CMYK 0 0.62 0.74 0.53
HSL 9.55º 0.59% 0.29% -
HSV(B) 9.55º 0.74% 0.47% -
XYZ 8.79 5.9 1.97 -
YUV 65.53 108.52 166.14 -
System Red Green Blue C M Y K H S L
Decimal 119 45 31 0 0.62 0.74 0.53 9.55 0.59 0.29
Hex 77 2D 1F 0 3E 4A 35 A 3B 1D
Octal 167 55 37 0 76 112 65 12 73 35
Binary 1110111 101101 11111 0 111110 1001010 110101 1010 111011 11101

Color Harmonies of #772D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772D1F

Black with #772D1F

Text Example


Text Example

White with #772D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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