Html Css Color HEX #772B2D Tamarillo

📋 copy color: '#772B2D'

red 119 ◦ green 43 ◦ blue 45

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

Shades of Tamarillo #772B2D

Tints of Tamarillo #772B2D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.77%

 BLUE value IS 45 (17.97% from 255) = 21.74%

R = 57.49%
G = 20.77%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#772B2D (or 0x772B2D) is known color: Tamarillo. HEX triplet: 77, 2B and 2D. RGB value is (119,43,45). Sum of RGB (Red+Green+Blue) = 119+43+45=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #772B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B2D is #88D4D2. Grayscale: #424242. Windows color (decimal): -8967379 or 2960247. OLE color: 2960247.

HSL color Cylindrical-coordinate representation of color #772B2D: hue angle of 358.42º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #772B2D is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 43 45 -
CMYK 0 0.64 0.62 0.53
HSL 358.42º 0.47% 0.32% -
HSV(B) 358.42º 0.64% 0.47% -
XYZ 8.95 5.84 3.14 -
YUV 65.95 116.18 165.84 -
System Red Green Blue C M Y K H S L
Decimal 119 43 45 0 0.64 0.62 0.53 358.42 0.47 0.32
Hex 77 2B 2D 0 40 3E 35 166 2F 20
Octal 167 53 55 0 100 76 65 546 57 40
Binary 1110111 101011 101101 0 1000000 111110 110101 101100110 101111 100000

Color Harmonies of #772B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772B2D

Black with #772B2D

Text Example


Text Example

White with #772B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,43,45); }

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

background-color css

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

 a { background-color: rgb(119,43,45); }

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

border-color css

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

 span { border-color: rgb(119,43,45); }

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