Html Css Color HEX #772F1B Pueblo

📋 copy color: '#772F1B'

red 119 ◦ green 47 ◦ blue 27

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

Shades of Pueblo #772F1B

Tints of Pueblo #772F1B

RGB

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

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

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

R = 61.66%
G = 24.35%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#772F1B (or 0x772F1B) is known color: Pueblo. HEX triplet: 77, 2F and 1B. RGB value is (119,47,27). Sum of RGB (Red+Green+Blue) = 119+47+27=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #772F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772F1B is #88D0E4. Grayscale: #424242. Windows color (decimal): -8966373 or 1781623. OLE color: 1781623.

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

Color convert

RGB 119 47 27 -
CMYK 0 0.61 0.77 0.53
HSL 13.04º 0.63% 0.29% -
HSV(B) 13.04º 0.77% 0.47% -
XYZ 8.82 6.03 1.74 -
YUV 66.25 105.85 165.63 -
System Red Green Blue C M Y K H S L
Decimal 119 47 27 0 0.61 0.77 0.53 13.04 0.63 0.29
Hex 77 2F 1B 0 3D 4D 35 D 3F 1D
Octal 167 57 33 0 75 115 65 15 77 35
Binary 1110111 101111 11011 0 111101 1001101 110101 1101 111111 11101

Color Harmonies of #772F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772F1B

Black with #772F1B

Text Example


Text Example

White with #772F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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