Html Css Color HEX #77252B Tamarillo

📋 copy color: '#77252B'

red 119 ◦ green 37 ◦ blue 43

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

Shades of Tamarillo #77252B

Tints of Tamarillo #77252B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.61%

R = 59.8%
G = 18.59%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#77252B (or 0x77252B) is known color: Tamarillo. HEX triplet: 77, 25 and 2B. RGB value is (119,37,43). Sum of RGB (Red+Green+Blue) = 119+37+43=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #77252B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77252B is #88DAD4. Grayscale: #3E3E3E. Windows color (decimal): -8968917 or 2827639. OLE color: 2827639.

HSL color Cylindrical-coordinate representation of color #77252B: hue angle of 355.61º 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 #77252B is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 37 43 -
CMYK 0 0.69 0.64 0.53
HSL 355.61º 0.53% 0.31% -
HSV(B) 355.61º 0.69% 0.47% -
XYZ 8.71 5.42 2.87 -
YUV 62.2 117.17 168.51 -
System Red Green Blue C M Y K H S L
Decimal 119 37 43 0 0.69 0.64 0.53 355.61 0.53 0.31
Hex 77 25 2B 0 45 40 35 164 35 1F
Octal 167 45 53 0 105 100 65 544 65 37
Binary 1110111 100101 101011 0 1000101 1000000 110101 101100100 110101 11111

Color Harmonies of #77252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77252B

Black with #77252B

Text Example


Text Example

White with #77252B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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