Html Css Color HEX #772527 Tamarillo

📋 copy color: '#772527'

red 119 ◦ green 37 ◦ blue 39

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

Shades of Tamarillo #772527

Tints of Tamarillo #772527

RGB

 RED value IS 119 (46.88% from 255) = 61.03%

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

 BLUE value IS 39 (15.63% from 255) = 20%

R = 61.03%
G = 18.97%
B = 20%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#772527 (or 0x772527) is known color: Tamarillo. HEX triplet: 77, 25 and 27. RGB value is (119,37,39). Sum of RGB (Red+Green+Blue) = 119+37+39=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 39 (15.62% from 255 or 20% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #772527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772527 is #88DAD8. Grayscale: #3D3D3D. Windows color (decimal): -8968921 or 2565495. OLE color: 2565495.

HSL color Cylindrical-coordinate representation of color #772527: hue angle of 358.54º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #772527 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 37 39 -
CMYK 0 0.69 0.67 0.53
HSL 358.54º 0.53% 0.31% -
HSV(B) 358.54º 0.69% 0.47% -
XYZ 8.64 5.39 2.5 -
YUV 61.75 115.17 168.84 -
System Red Green Blue C M Y K H S L
Decimal 119 37 39 0 0.69 0.67 0.53 358.54 0.53 0.31
Hex 77 25 27 0 45 43 35 167 35 1F
Octal 167 45 47 0 105 103 65 547 65 37
Binary 1110111 100101 100111 0 1000101 1000011 110101 101100111 110101 11111

Color Harmonies of #772527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772527

Black with #772527

Text Example


Text Example

White with #772527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772527; }

 p { color: rgb(119,37,39); }

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

background-color css

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

 a { background-color: rgb(119,37,39); }

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

border-color css

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

 span { border-color: rgb(119,37,39); }

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