Html Css Color HEX #772F17 Pueblo

📋 copy color: '#772F17'

red 119 ◦ green 47 ◦ blue 23

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

Shades of Pueblo #772F17

Tints of Pueblo #772F17

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.87%

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

R = 62.96%
G = 24.87%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#772F17 (or 0x772F17) is known color: Pueblo. HEX triplet: 77, 2F and 17. RGB value is (119,47,23). Sum of RGB (Red+Green+Blue) = 119+47+23=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #772F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772F17 is #88D0E8. Grayscale: #414141. Windows color (decimal): -8966377 or 1519479. OLE color: 1519479.

HSL color Cylindrical-coordinate representation of color #772F17: hue angle of 15º 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 #772F17 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 47 23 -
CMYK 0 0.61 0.81 0.53
HSL 15º 0.68% 0.28% -
HSV(B) 15º 0.81% 0.47% -
XYZ 8.78 6.02 1.51 -
YUV 65.79 103.85 165.95 -
System Red Green Blue C M Y K H S L
Decimal 119 47 23 0 0.61 0.81 0.53 15 0.68 0.28
Hex 77 2F 17 0 3D 51 35 F 44 1C
Octal 167 57 27 0 75 121 65 17 104 34
Binary 1110111 101111 10111 0 111101 1010001 110101 1111 1000100 11100

Color Harmonies of #772F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772F17

Black with #772F17

Text Example


Text Example

White with #772F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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