Html Css Color HEX #772628 Tamarillo

📋 copy color: '#772628'

red 119 ◦ green 38 ◦ blue 40

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

Shades of Tamarillo #772628

Tints of Tamarillo #772628

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.29%

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

R = 60.41%
G = 19.29%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#772628 (or 0x772628) is known color: Tamarillo. HEX triplet: 77, 26 and 28. RGB value is (119,38,40). Sum of RGB (Red+Green+Blue) = 119+38+40=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #772628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772628 is #88D9D7. Grayscale: #3E3E3E. Windows color (decimal): -8968664 or 2631287. OLE color: 2631287.

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

Color convert

RGB 119 38 40 -
CMYK 0 0.68 0.66 0.53
HSL 358.52º 0.52% 0.31% -
HSV(B) 358.52º 0.68% 0.47% -
XYZ 8.68 5.46 2.6 -
YUV 62.45 115.34 168.34 -
System Red Green Blue C M Y K H S L
Decimal 119 38 40 0 0.68 0.66 0.53 358.52 0.52 0.31
Hex 77 26 28 0 44 42 35 167 34 1F
Octal 167 46 50 0 104 102 65 547 64 37
Binary 1110111 100110 101000 0 1000100 1000010 110101 101100111 110100 11111

Color Harmonies of #772628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772628

Black with #772628

Text Example


Text Example

White with #772628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772628; }

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

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

background-color css

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

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

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

border-color css

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

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

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