Html Css Color HEX #77252A Tamarillo

📋 copy color: '#77252A'

red 119 ◦ green 37 ◦ blue 42

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

Shades of Tamarillo #77252A

Tints of Tamarillo #77252A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.21%

R = 60.1%
G = 18.69%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#77252A (or 0x77252A) is known color: Tamarillo. HEX triplet: 77, 25 and 2A. RGB value is (119,37,42). Sum of RGB (Red+Green+Blue) = 119+37+42=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #77252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77252A is #88DAD5. Grayscale: #3E3E3E. Windows color (decimal): -8968918 or 2762103. OLE color: 2762103.

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

Color convert

RGB 119 37 42 -
CMYK 0 0.69 0.65 0.53
HSL 356.34º 0.53% 0.31% -
HSV(B) 356.34º 0.69% 0.47% -
XYZ 8.69 5.41 2.78 -
YUV 62.09 116.67 168.59 -
System Red Green Blue C M Y K H S L
Decimal 119 37 42 0 0.69 0.65 0.53 356.34 0.53 0.31
Hex 77 25 2A 0 45 41 35 164 35 1F
Octal 167 45 52 0 105 101 65 544 65 37
Binary 1110111 100101 101010 0 1000101 1000001 110101 101100100 110101 11111

Color Harmonies of #77252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77252A

Black with #77252A

Text Example


Text Example

White with #77252A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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