Html Css Color HEX #77271C Pueblo

📋 copy color: '#77271C'

red 119 ◦ green 39 ◦ blue 28

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

Shades of Pueblo #77271C

Tints of Pueblo #77271C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.05%

R = 63.98%
G = 20.97%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77271C (or 0x77271C) is known color: Pueblo. HEX triplet: 77, 27 and 1C. RGB value is (119,39,28). Sum of RGB (Red+Green+Blue) = 119+39+28=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #77271C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77271C is #88D8E3. Grayscale: #3D3D3D. Windows color (decimal): -8968420 or 1845111. OLE color: 1845111.

HSL color Cylindrical-coordinate representation of color #77271C: hue angle of 7.25º degrees, saturation: 0.62, 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 #77271C is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 39 28 -
CMYK 0 0.67 0.76 0.53
HSL 7.25º 0.62% 0.29% -
HSV(B) 7.25º 0.76% 0.47% -
XYZ 8.54 5.46 1.7 -
YUV 61.67 109 168.89 -
System Red Green Blue C M Y K H S L
Decimal 119 39 28 0 0.67 0.76 0.53 7.25 0.62 0.29
Hex 77 27 1C 0 43 4C 35 7 3E 1D
Octal 167 47 34 0 103 114 65 7 76 35
Binary 1110111 100111 11100 0 1000011 1001100 110101 111 111110 11101

Color Harmonies of #77271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77271C

Black with #77271C

Text Example


Text Example

White with #77271C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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