Html Css Color HEX #772F30 Tamarillo

📋 copy color: '#772F30'

red 119 ◦ green 47 ◦ blue 48

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

Shades of Tamarillo #772F30

Tints of Tamarillo #772F30

RGB

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

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

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

R = 55.61%
G = 21.96%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#772F30 (or 0x772F30) is known color: Tamarillo. HEX triplet: 77, 2F and 30. RGB value is (119,47,48). Sum of RGB (Red+Green+Blue) = 119+47+48=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #772F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772F30 is #88D0CF. Grayscale: #444444. Windows color (decimal): -8966352 or 3157879. OLE color: 3157879.

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

Color convert

RGB 119 47 48 -
CMYK 0 0.61 0.60 0.53
HSL 359.17º 0.43% 0.33% -
HSV(B) 359.17º 0.61% 0.47% -
XYZ 9.16 6.17 3.5 -
YUV 68.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 119 47 48 0 0.61 0.60 0.53 359.17 0.43 0.33
Hex 77 2F 30 0 3D 3C 35 167 2B 21
Octal 167 57 60 0 75 74 65 547 53 41
Binary 1110111 101111 110000 0 111101 111100 110101 101100111 101011 100001

Color Harmonies of #772F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772F30

Black with #772F30

Text Example


Text Example

White with #772F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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