Html Css Color HEX #772F34 Tamarillo

📋 copy color: '#772F34'

red 119 ◦ green 47 ◦ blue 52

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

Shades of Tamarillo #772F34

Tints of Tamarillo #772F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.85%

R = 54.59%
G = 21.56%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#772F34 (or 0x772F34) is known color: Tamarillo. HEX triplet: 77, 2F and 34. RGB value is (119,47,52). Sum of RGB (Red+Green+Blue) = 119+47+52=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #772F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772F34 is #88D0CB. Grayscale: #454545. Windows color (decimal): -8966348 or 3420023. OLE color: 3420023.

HSL color Cylindrical-coordinate representation of color #772F34: hue angle of 355.83º 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 #772F34 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 47 52 -
CMYK 0 0.61 0.56 0.53
HSL 355.83º 0.43% 0.33% -
HSV(B) 355.83º 0.61% 0.47% -
XYZ 9.24 6.2 3.96 -
YUV 69.1 118.35 163.59 -
System Red Green Blue C M Y K H S L
Decimal 119 47 52 0 0.61 0.56 0.53 355.83 0.43 0.33
Hex 77 2F 34 0 3D 38 35 164 2B 21
Octal 167 57 64 0 75 70 65 544 53 41
Binary 1110111 101111 110100 0 111101 111000 110101 101100100 101011 100001

Color Harmonies of #772F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772F34

Black with #772F34

Text Example


Text Example

White with #772F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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