Html Css Color HEX #77252D Tamarillo

📋 copy color: '#77252D'

red 119 ◦ green 37 ◦ blue 45

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

Shades of Tamarillo #77252D

Tints of Tamarillo #77252D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.41%

 BLUE value IS 45 (17.97% from 255) = 22.39%

R = 59.2%
G = 18.41%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#77252D (or 0x77252D) is known color: Tamarillo. HEX triplet: 77, 25 and 2D. RGB value is (119,37,45). Sum of RGB (Red+Green+Blue) = 119+37+45=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #77252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77252D is #88DAD2. Grayscale: #3E3E3E. Windows color (decimal): -8968915 or 2958711. OLE color: 2958711.

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

Color convert

RGB 119 37 45 -
CMYK 0 0.69 0.62 0.53
HSL 354.15º 0.53% 0.31% -
HSV(B) 354.15º 0.69% 0.47% -
XYZ 8.74 5.43 3.07 -
YUV 62.43 118.17 168.35 -
System Red Green Blue C M Y K H S L
Decimal 119 37 45 0 0.69 0.62 0.53 354.15 0.53 0.31
Hex 77 25 2D 0 45 3E 35 162 35 1F
Octal 167 45 55 0 105 76 65 542 65 37
Binary 1110111 100101 101101 0 1000101 111110 110101 101100010 110101 11111

Color Harmonies of #77252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77252D

Black with #77252D

Text Example


Text Example

White with #77252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77252D; }

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

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

background-color css

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

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

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

border-color css

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

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

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