Html Css Color HEX #772F1C Pueblo

📋 copy color: '#772F1C'

red 119 ◦ green 47 ◦ blue 28

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

Shades of Pueblo #772F1C

Tints of Pueblo #772F1C

RGB

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

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

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

R = 61.34%
G = 24.23%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#772F1C (or 0x772F1C) is known color: Pueblo. HEX triplet: 77, 2F and 1C. RGB value is (119,47,28). Sum of RGB (Red+Green+Blue) = 119+47+28=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #772F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772F1C is #88D0E3. Grayscale: #424242. Windows color (decimal): -8966372 or 1847159. OLE color: 1847159.

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

Color convert

RGB 119 47 28 -
CMYK 0 0.61 0.76 0.53
HSL 12.53º 0.62% 0.29% -
HSV(B) 12.53º 0.76% 0.47% -
XYZ 8.83 6.04 1.8 -
YUV 66.36 106.35 165.54 -
System Red Green Blue C M Y K H S L
Decimal 119 47 28 0 0.61 0.76 0.53 12.53 0.62 0.29
Hex 77 2F 1C 0 3D 4C 35 D 3E 1D
Octal 167 57 34 0 75 114 65 15 76 35
Binary 1110111 101111 11100 0 111101 1001100 110101 1101 111110 11101

Color Harmonies of #772F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772F1C

Black with #772F1C

Text Example


Text Example

White with #772F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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