Html Css Color HEX #772717 Pueblo

📋 copy color: '#772717'

red 119 ◦ green 39 ◦ blue 23

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

Shades of Pueblo #772717

Tints of Pueblo #772717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.71%

R = 65.75%
G = 21.55%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#772717 (or 0x772717) is known color: Pueblo. HEX triplet: 77, 27 and 17. RGB value is (119,39,23). Sum of RGB (Red+Green+Blue) = 119+39+23=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 23 (9.38% from 255 or 12.71% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #772717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772717 is #88D8E8. Grayscale: #3D3D3D. Windows color (decimal): -8968425 or 1517431. OLE color: 1517431.

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

Color convert

RGB 119 39 23 -
CMYK 0 0.67 0.81 0.53
HSL 10º 0.68% 0.28% -
HSV(B) 10º 0.81% 0.47% -
XYZ 8.49 5.43 1.41 -
YUV 61.1 106.5 169.3 -
System Red Green Blue C M Y K H S L
Decimal 119 39 23 0 0.67 0.81 0.53 10 0.68 0.28
Hex 77 27 17 0 43 51 35 A 44 1C
Octal 167 47 27 0 103 121 65 12 104 34
Binary 1110111 100111 10111 0 1000011 1010001 110101 1010 1000100 11100

Color Harmonies of #772717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772717

Black with #772717

Text Example


Text Example

White with #772717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772717; }

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

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

background-color css

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

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

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

border-color css

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

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

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