Html Css Color HEX #772D1D Pueblo

📋 copy color: '#772D1D'

red 119 ◦ green 45 ◦ blue 29

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

Shades of Pueblo #772D1D

Tints of Pueblo #772D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.03%

R = 61.66%
G = 23.32%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#772D1D (or 0x772D1D) is known color: Pueblo. HEX triplet: 77, 2D and 1D. RGB value is (119,45,29). Sum of RGB (Red+Green+Blue) = 119+45+29=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #772D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D1D is #88D2E2. Grayscale: #414141. Windows color (decimal): -8966883 or 1912183. OLE color: 1912183.

HSL color Cylindrical-coordinate representation of color #772D1D: hue angle of 10.67º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #772D1D is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 45 29 -
CMYK 0 0.62 0.76 0.53
HSL 10.67º 0.61% 0.29% -
HSV(B) 10.67º 0.76% 0.47% -
XYZ 8.77 5.89 1.84 -
YUV 65.3 107.52 166.3 -
System Red Green Blue C M Y K H S L
Decimal 119 45 29 0 0.62 0.76 0.53 10.67 0.61 0.29
Hex 77 2D 1D 0 3E 4C 35 B 3D 1D
Octal 167 55 35 0 76 114 65 13 75 35
Binary 1110111 101101 11101 0 111110 1001100 110101 1011 111101 11101

Color Harmonies of #772D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772D1D

Black with #772D1D

Text Example


Text Example

White with #772D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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