Html Css Color HEX #772D2F Tamarillo

📋 copy color: '#772D2F'

red 119 ◦ green 45 ◦ blue 47

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

Shades of Tamarillo #772D2F

Tints of Tamarillo #772D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.27%

R = 56.4%
G = 21.33%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#772D2F (or 0x772D2F) is known color: Tamarillo. HEX triplet: 77, 2D and 2F. RGB value is (119,45,47). Sum of RGB (Red+Green+Blue) = 119+45+47=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #772D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D2F is #88D2D0. Grayscale: #434343. Windows color (decimal): -8966865 or 3091831. OLE color: 3091831.

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

Color convert

RGB 119 45 47 -
CMYK 0 0.62 0.61 0.53
HSL 358.38º 0.45% 0.32% -
HSV(B) 358.38º 0.62% 0.47% -
XYZ 9.06 6 3.37 -
YUV 67.35 116.52 164.84 -
System Red Green Blue C M Y K H S L
Decimal 119 45 47 0 0.62 0.61 0.53 358.38 0.45 0.32
Hex 77 2D 2F 0 3E 3D 35 166 2D 20
Octal 167 55 57 0 76 75 65 546 55 40
Binary 1110111 101101 101111 0 111110 111101 110101 101100110 101101 100000

Color Harmonies of #772D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772D2F

Black with #772D2F

Text Example


Text Example

White with #772D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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