Html Css Color HEX #762629 Tamarillo

📋 copy color: '#762629'

red 118 ◦ green 38 ◦ blue 41

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

Shades of Tamarillo #762629

Tints of Tamarillo #762629

RGB

 RED value IS 118 (46.48% from 255) = 59.9%

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

 BLUE value IS 41 (16.41% from 255) = 20.81%

R = 59.9%
G = 19.29%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#762629 (or 0x762629) is known color: Tamarillo. HEX triplet: 76, 26 and 29. RGB value is (118,38,41). Sum of RGB (Red+Green+Blue) = 118+38+41=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #762629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762629 is #89D9D6. Grayscale: #3E3E3E. Windows color (decimal): -9034199 or 2696822. OLE color: 2696822.

HSL color Cylindrical-coordinate representation of color #762629: hue angle of 357.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #762629 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 38 41 -
CMYK 0 0.68 0.65 0.54
HSL 357.75º 0.51% 0.31% -
HSV(B) 357.75º 0.68% 0.46% -
XYZ 8.56 5.4 2.69 -
YUV 62.26 116 167.76 -
System Red Green Blue C M Y K H S L
Decimal 118 38 41 0 0.68 0.65 0.54 357.75 0.51 0.31
Hex 76 26 29 0 44 41 36 166 33 1F
Octal 166 46 51 0 104 101 66 546 63 37
Binary 1110110 100110 101001 0 1000100 1000001 110110 101100110 110011 11111

Color Harmonies of #762629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762629

Black with #762629

Text Example


Text Example

White with #762629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762629; }

 p { color: rgb(118,38,41); }

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

background-color css

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

 a { background-color: rgb(118,38,41); }

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

border-color css

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

 span { border-color: rgb(118,38,41); }

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