Html Css Color HEX #772D30 Tamarillo

📋 copy color: '#772D30'

red 119 ◦ green 45 ◦ blue 48

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

Shades of Tamarillo #772D30

Tints of Tamarillo #772D30

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.23%

 BLUE value IS 48 (19.14% from 255) = 22.64%

R = 56.13%
G = 21.23%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#772D30 (or 0x772D30) is known color: Tamarillo. HEX triplet: 77, 2D and 30. RGB value is (119,45,48). Sum of RGB (Red+Green+Blue) = 119+45+48=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #772D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D30 is #88D2CF. Grayscale: #434343. Windows color (decimal): -8966864 or 3157367. OLE color: 3157367.

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

Color convert

RGB 119 45 48 -
CMYK 0 0.62 0.60 0.53
HSL 357.57º 0.45% 0.32% -
HSV(B) 357.57º 0.62% 0.47% -
XYZ 9.08 6.01 3.48 -
YUV 67.47 117.02 164.76 -
System Red Green Blue C M Y K H S L
Decimal 119 45 48 0 0.62 0.60 0.53 357.57 0.45 0.32
Hex 77 2D 30 0 3E 3C 35 166 2D 20
Octal 167 55 60 0 76 74 65 546 55 40
Binary 1110111 101101 110000 0 111110 111100 110101 101100110 101101 100000

Color Harmonies of #772D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772D30

Black with #772D30

Text Example


Text Example

White with #772D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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