Html Css Color HEX #77273C Claret

📋 copy color: '#77273C'

red 119 ◦ green 39 ◦ blue 60

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

Shades of Claret #77273C

Tints of Claret #77273C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.52%

R = 54.59%
G = 17.89%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#77273C (or 0x77273C) is known color: Claret. HEX triplet: 77, 27 and 3C. RGB value is (119,39,60). Sum of RGB (Red+Green+Blue) = 119+39+60=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #77273C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77273C is #88D8C3. Grayscale: #414141. Windows color (decimal): -8968388 or 3942263. OLE color: 3942263.

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

Color convert

RGB 119 39 60 -
CMYK 0 0.67 0.50 0.53
HSL 344.25º 0.51% 0.31% -
HSV(B) 344.25º 0.67% 0.47% -
XYZ 9.15 5.7 4.89 -
YUV 65.31 125 166.29 -
System Red Green Blue C M Y K H S L
Decimal 119 39 60 0 0.67 0.50 0.53 344.25 0.51 0.31
Hex 77 27 3C 0 43 32 35 158 33 1F
Octal 167 47 74 0 103 62 65 530 63 37
Binary 1110111 100111 111100 0 1000011 110010 110101 101011000 110011 11111

Color Harmonies of #77273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77273C

Black with #77273C

Text Example


Text Example

White with #77273C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77273C; }

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

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

background-color css

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

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

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

border-color css

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

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

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