Html Css Color HEX #762528 Tamarillo

📋 copy color: '#762528'

red 118 ◦ green 37 ◦ blue 40

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

Shades of Tamarillo #762528

Tints of Tamarillo #762528

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.97%

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

R = 60.51%
G = 18.97%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#762528 (or 0x762528) is known color: Tamarillo. HEX triplet: 76, 25 and 28. RGB value is (118,37,40). Sum of RGB (Red+Green+Blue) = 118+37+40=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #762528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762528 is #89DAD7. Grayscale: #3D3D3D. Windows color (decimal): -9034456 or 2631030. OLE color: 2631030.

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

Color convert

RGB 118 37 40 -
CMYK 0 0.69 0.66 0.54
HSL 357.78º 0.52% 0.3% -
HSV(B) 357.78º 0.69% 0.46% -
XYZ 8.52 5.33 2.59 -
YUV 61.56 115.84 168.26 -
System Red Green Blue C M Y K H S L
Decimal 118 37 40 0 0.69 0.66 0.54 357.78 0.52 0.3
Hex 76 25 28 0 45 42 36 166 34 1E
Octal 166 45 50 0 105 102 66 546 64 36
Binary 1110110 100101 101000 0 1000101 1000010 110110 101100110 110100 11110

Color Harmonies of #762528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762528

Black with #762528

Text Example


Text Example

White with #762528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762528; }

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

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

background-color css

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

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

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

border-color css

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

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

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