Html Css Color HEX #772730 Tamarillo

📋 copy color: '#772730'

red 119 ◦ green 39 ◦ blue 48

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

Shades of Tamarillo #772730

Tints of Tamarillo #772730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.93%

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

R = 57.77%
G = 18.93%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#772730 (or 0x772730) is known color: Tamarillo. HEX triplet: 77, 27 and 30. RGB value is (119,39,48). Sum of RGB (Red+Green+Blue) = 119+39+48=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #772730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772730 is #88D8CF. Grayscale: #3F3F3F. Windows color (decimal): -8968400 or 3155831. OLE color: 3155831.

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

Color convert

RGB 119 39 48 -
CMYK 0 0.67 0.60 0.53
HSL 353.25º 0.51% 0.31% -
HSV(B) 353.25º 0.67% 0.47% -
XYZ 8.87 5.59 3.41 -
YUV 63.95 119 167.27 -
System Red Green Blue C M Y K H S L
Decimal 119 39 48 0 0.67 0.60 0.53 353.25 0.51 0.31
Hex 77 27 30 0 43 3C 35 161 33 1F
Octal 167 47 60 0 103 74 65 541 63 37
Binary 1110111 100111 110000 0 1000011 111100 110101 101100001 110011 11111

Color Harmonies of #772730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772730

Black with #772730

Text Example


Text Example

White with #772730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772730; }

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

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

background-color css

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

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

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

border-color css

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

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

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