Html Css Color HEX #772713 Pueblo

📋 copy color: '#772713'

red 119 ◦ green 39 ◦ blue 19

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

Shades of Pueblo #772713

Tints of Pueblo #772713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.73%

R = 67.23%
G = 22.03%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#772713 (or 0x772713) is known color: Pueblo. HEX triplet: 77, 27 and 13. RGB value is (119,39,19). Sum of RGB (Red+Green+Blue) = 119+39+19=177 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.23% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 119 - color contains mainly: red. Hex color #772713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772713 is #88D8EC. Grayscale: #3C3C3C. Windows color (decimal): -8968429 or 1255287. OLE color: 1255287.

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

Color convert

RGB 119 39 19 -
CMYK 0 0.67 0.84 0.53
HSL 12º 0.72% 0.27% -
HSV(B) 12º 0.84% 0.47% -
XYZ 8.45 5.42 1.22 -
YUV 60.64 104.5 169.63 -
System Red Green Blue C M Y K H S L
Decimal 119 39 19 0 0.67 0.84 0.53 12 0.72 0.27
Hex 77 27 13 0 43 54 35 C 48 1B
Octal 167 47 23 0 103 124 65 14 110 33
Binary 1110111 100111 10011 0 1000011 1010100 110101 1100 1001000 11011

Color Harmonies of #772713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772713

Black with #772713

Text Example


Text Example

White with #772713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772713; }

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

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

background-color css

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

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

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

border-color css

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

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

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