Html Css Color HEX #762830 Tamarillo

📋 copy color: '#762830'

red 118 ◦ green 40 ◦ blue 48

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

Shades of Tamarillo #762830

Tints of Tamarillo #762830

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.42%

 BLUE value IS 48 (19.14% from 255) = 23.3%

R = 57.28%
G = 19.42%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#762830 (or 0x762830) is known color: Tamarillo. HEX triplet: 76, 28 and 30. RGB value is (118,40,48). Sum of RGB (Red+Green+Blue) = 118+40+48=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #762830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762830 is #89D7CF. Grayscale: #404040. Windows color (decimal): -9033680 or 3156086. OLE color: 3156086.

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

Color convert

RGB 118 40 48 -
CMYK 0 0.66 0.59 0.54
HSL 353.85º 0.49% 0.31% -
HSV(B) 353.85º 0.66% 0.46% -
XYZ 8.76 5.58 3.41 -
YUV 64.23 118.84 166.35 -
System Red Green Blue C M Y K H S L
Decimal 118 40 48 0 0.66 0.59 0.54 353.85 0.49 0.31
Hex 76 28 30 0 42 3B 36 162 31 1F
Octal 166 50 60 0 102 73 66 542 61 37
Binary 1110110 101000 110000 0 1000010 111011 110110 101100010 110001 11111

Color Harmonies of #762830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762830

Black with #762830

Text Example


Text Example

White with #762830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762830; }

 p { color: rgb(118,40,48); }

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

background-color css

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

 a { background-color: rgb(118,40,48); }

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

border-color css

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

 span { border-color: rgb(118,40,48); }

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