Html Css Color HEX #772932 Tamarillo

📋 copy color: '#772932'

red 119 ◦ green 41 ◦ blue 50

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

Shades of Tamarillo #772932

Tints of Tamarillo #772932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.52%

 BLUE value IS 50 (19.92% from 255) = 23.81%

R = 56.67%
G = 19.52%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#772932 (or 0x772932) is known color: Tamarillo. HEX triplet: 77, 29 and 32. RGB value is (119,41,50). Sum of RGB (Red+Green+Blue) = 119+41+50=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #772932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772932 is #88D6CD. Grayscale: #414141. Windows color (decimal): -8967886 or 3287415. OLE color: 3287415.

HSL color Cylindrical-coordinate representation of color #772932: hue angle of 353.08º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #772932 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 41 50 -
CMYK 0 0.66 0.58 0.53
HSL 353.08º 0.49% 0.31% -
HSV(B) 353.08º 0.66% 0.47% -
XYZ 8.98 5.74 3.65 -
YUV 65.35 119.34 166.27 -
System Red Green Blue C M Y K H S L
Decimal 119 41 50 0 0.66 0.58 0.53 353.08 0.49 0.31
Hex 77 29 32 0 42 3A 35 161 31 1F
Octal 167 51 62 0 102 72 65 541 61 37
Binary 1110111 101001 110010 0 1000010 111010 110101 101100001 110001 11111

Color Harmonies of #772932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772932

Black with #772932

Text Example


Text Example

White with #772932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772932; }

 p { color: rgb(119,41,50); }

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

background-color css

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

 a { background-color: rgb(119,41,50); }

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

border-color css

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

 span { border-color: rgb(119,41,50); }

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