Html Css Color HEX #762730 Tamarillo

📋 copy color: '#762730'

red 118 ◦ green 39 ◦ blue 48

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

Shades of Tamarillo #762730

Tints of Tamarillo #762730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.02%

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

R = 57.56%
G = 19.02%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#762730 (or 0x762730) is known color: Tamarillo. HEX triplet: 76, 27 and 30. RGB value is (118,39,48). Sum of RGB (Red+Green+Blue) = 118+39+48=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #762730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762730 is #89D8CF. Grayscale: #3F3F3F. Windows color (decimal): -9033936 or 3155830. OLE color: 3155830.

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

Color convert

RGB 118 39 48 -
CMYK 0 0.67 0.59 0.54
HSL 353.16º 0.5% 0.31% -
HSV(B) 353.16º 0.67% 0.46% -
XYZ 8.73 5.52 3.4 -
YUV 63.65 119.17 166.77 -
System Red Green Blue C M Y K H S L
Decimal 118 39 48 0 0.67 0.59 0.54 353.16 0.5 0.31
Hex 76 27 30 0 43 3B 36 161 32 1F
Octal 166 47 60 0 103 73 66 541 62 37
Binary 1110110 100111 110000 0 1000011 111011 110110 101100001 110010 11111

Color Harmonies of #762730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762730

Black with #762730

Text Example


Text Example

White with #762730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762730; }

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

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

background-color css

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

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

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

border-color css

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

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

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