Html Css Color HEX #77281A Pueblo

📋 copy color: '#77281A'

red 119 ◦ green 40 ◦ blue 26

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

Shades of Pueblo #77281A

Tints of Pueblo #77281A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.62%

 BLUE value IS 26 (10.55% from 255) = 14.05%

R = 64.32%
G = 21.62%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#77281A (or 0x77281A) is known color: Pueblo. HEX triplet: 77, 28 and 1A. RGB value is (119,40,26). Sum of RGB (Red+Green+Blue) = 119+40+26=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #77281A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77281A is #88D7E5. Grayscale: #3E3E3E. Windows color (decimal): -8968166 or 1714295. OLE color: 1714295.

HSL color Cylindrical-coordinate representation of color #77281A: hue angle of 9.03º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77281A is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 40 26 -
CMYK 0 0.66 0.78 0.53
HSL 9.03º 0.64% 0.28% -
HSV(B) 9.03º 0.78% 0.47% -
XYZ 8.55 5.51 1.59 -
YUV 62.03 107.67 168.64 -
System Red Green Blue C M Y K H S L
Decimal 119 40 26 0 0.66 0.78 0.53 9.03 0.64 0.28
Hex 77 28 1A 0 42 4E 35 9 40 1C
Octal 167 50 32 0 102 116 65 11 100 34
Binary 1110111 101000 11010 0 1000010 1001110 110101 1001 1000000 11100

Color Harmonies of #77281A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77281A

Black with #77281A

Text Example


Text Example

White with #77281A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77281A; }

 p { color: rgb(119,40,26); }

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

background-color css

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

 a { background-color: rgb(119,40,26); }

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

border-color css

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

 span { border-color: rgb(119,40,26); }

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