Html Css Color HEX #77271B Pueblo

📋 copy color: '#77271B'

red 119 ◦ green 39 ◦ blue 27

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

Shades of Pueblo #77271B

Tints of Pueblo #77271B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.08%

 BLUE value IS 27 (10.94% from 255) = 14.59%

R = 64.32%
G = 21.08%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#77271B (or 0x77271B) is known color: Pueblo. HEX triplet: 77, 27 and 1B. RGB value is (119,39,27). Sum of RGB (Red+Green+Blue) = 119+39+27=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #77271B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77271B is #88D8E4. Grayscale: #3D3D3D. Windows color (decimal): -8968421 or 1779575. OLE color: 1779575.

HSL color Cylindrical-coordinate representation of color #77271B: hue angle of 7.83º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77271B is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 39 27 -
CMYK 0 0.67 0.77 0.53
HSL 7.83º 0.63% 0.29% -
HSV(B) 7.83º 0.77% 0.47% -
XYZ 8.53 5.45 1.64 -
YUV 61.55 108.5 168.98 -
System Red Green Blue C M Y K H S L
Decimal 119 39 27 0 0.67 0.77 0.53 7.83 0.63 0.29
Hex 77 27 1B 0 43 4D 35 8 3F 1D
Octal 167 47 33 0 103 115 65 10 77 35
Binary 1110111 100111 11011 0 1000011 1001101 110101 1000 111111 11101

Color Harmonies of #77271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77271B

Black with #77271B

Text Example


Text Example

White with #77271B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77271B; }

 p { color: rgb(119,39,27); }

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

background-color css

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

 a { background-color: rgb(119,39,27); }

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

border-color css

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

 span { border-color: rgb(119,39,27); }

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