Html Css Color HEX #772528 Tamarillo

📋 copy color: '#772528'

red 119 ◦ green 37 ◦ blue 40

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

Shades of Tamarillo #772528

Tints of Tamarillo #772528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.41%

R = 60.71%
G = 18.88%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#772528 (or 0x772528) is known color: Tamarillo. HEX triplet: 77, 25 and 28. RGB value is (119,37,40). Sum of RGB (Red+Green+Blue) = 119+37+40=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #772528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772528 is #88DAD7. Grayscale: #3D3D3D. Windows color (decimal): -8968920 or 2631031. OLE color: 2631031.

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

Color convert

RGB 119 37 40 -
CMYK 0 0.69 0.66 0.53
HSL 357.8º 0.53% 0.31% -
HSV(B) 357.8º 0.69% 0.47% -
XYZ 8.65 5.4 2.59 -
YUV 61.86 115.67 168.76 -
System Red Green Blue C M Y K H S L
Decimal 119 37 40 0 0.69 0.66 0.53 357.8 0.53 0.31
Hex 77 25 28 0 45 42 35 166 35 1F
Octal 167 45 50 0 105 102 65 546 65 37
Binary 1110111 100101 101000 0 1000101 1000010 110101 101100110 110101 11111

Color Harmonies of #772528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772528

Black with #772528

Text Example


Text Example

White with #772528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772528; }

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

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

background-color css

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

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

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

border-color css

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

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

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