Html Css Color HEX #762630 Tamarillo

📋 copy color: '#762630'

red 118 ◦ green 38 ◦ blue 48

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

Shades of Tamarillo #762630

Tints of Tamarillo #762630

RGB

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

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

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

R = 57.84%
G = 18.63%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#762630 (or 0x762630) is known color: Tamarillo. HEX triplet: 76, 26 and 30. RGB value is (118,38,48). Sum of RGB (Red+Green+Blue) = 118+38+48=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #762630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762630 is #89D9CF. Grayscale: #3F3F3F. Windows color (decimal): -9034192 or 3155574. OLE color: 3155574.

HSL color Cylindrical-coordinate representation of color #762630: hue angle of 352.5º 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 #762630 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 38 48 -
CMYK 0 0.68 0.59 0.54
HSL 352.5º 0.51% 0.31% -
HSV(B) 352.5º 0.68% 0.46% -
XYZ 8.7 5.45 3.39 -
YUV 63.06 119.5 167.19 -
System Red Green Blue C M Y K H S L
Decimal 118 38 48 0 0.68 0.59 0.54 352.5 0.51 0.31
Hex 76 26 30 0 44 3B 36 160 33 1F
Octal 166 46 60 0 104 73 66 540 63 37
Binary 1110110 100110 110000 0 1000100 111011 110110 101100000 110011 11111

Color Harmonies of #762630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762630

Black with #762630

Text Example


Text Example

White with #762630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762630; }

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

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

background-color css

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

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

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

border-color css

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

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

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