Html Css Color HEX #772915 Pueblo

📋 copy color: '#772915'

red 119 ◦ green 41 ◦ blue 21

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

Shades of Pueblo #772915

Tints of Pueblo #772915

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.65%

 BLUE value IS 21 (8.59% from 255) = 11.6%

R = 65.75%
G = 22.65%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#772915 (or 0x772915) is known color: Pueblo. HEX triplet: 77, 29 and 15. RGB value is (119,41,21). Sum of RGB (Red+Green+Blue) = 119+41+21=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #772915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772915 is #88D6EA. Grayscale: #3E3E3E. Windows color (decimal): -8967915 or 1386871. OLE color: 1386871.

HSL color Cylindrical-coordinate representation of color #772915: hue angle of 12.24º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #772915 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 41 21 -
CMYK 0 0.66 0.82 0.53
HSL 12.24º 0.7% 0.27% -
HSV(B) 12.24º 0.82% 0.47% -
XYZ 8.54 5.56 1.33 -
YUV 62.04 104.84 168.63 -
System Red Green Blue C M Y K H S L
Decimal 119 41 21 0 0.66 0.82 0.53 12.24 0.7 0.27
Hex 77 29 15 0 42 52 35 C 46 1B
Octal 167 51 25 0 102 122 65 14 106 33
Binary 1110111 101001 10101 0 1000010 1010010 110101 1100 1000110 11011

Color Harmonies of #772915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772915

Black with #772915

Text Example


Text Example

White with #772915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772915; }

 p { color: rgb(119,41,21); }

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

background-color css

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

 a { background-color: rgb(119,41,21); }

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

border-color css

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

 span { border-color: rgb(119,41,21); }

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