Html Css Color HEX #770D34 Claret

📋 copy color: '#770D34'

red 119 ◦ green 13 ◦ blue 52

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

Shades of Claret #770D34

Tints of Claret #770D34

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.07%

 BLUE value IS 52 (20.7% from 255) = 28.26%

R = 64.67%
G = 7.07%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#770D34 (or 0x770D34) is known color: Claret. HEX triplet: 77, 0D and 34. RGB value is (119,13,52). Sum of RGB (Red+Green+Blue) = 119+13+52=184 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.67% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 119 - color contains mainly: red. Hex color #770D34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770D34 is #88F2CB. Grayscale: #313131. Windows color (decimal): -8975052 or 3411319. OLE color: 3411319.

HSL color Cylindrical-coordinate representation of color #770D34: hue angle of 337.92º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #770D34 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 13 52 -
CMYK 0 0.89 0.56 0.53
HSL 337.92º 0.8% 0.26% -
HSV(B) 337.92º 0.89% 0.47% -
XYZ 8.37 4.46 3.67 -
YUV 49.14 129.62 177.83 -
System Red Green Blue C M Y K H S L
Decimal 119 13 52 0 0.89 0.56 0.53 337.92 0.8 0.26
Hex 77 D 34 0 59 38 35 152 50 1A
Octal 167 15 64 0 131 70 65 522 120 32
Binary 1110111 1101 110100 0 1011001 111000 110101 101010010 1010000 11010

Color Harmonies of #770D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770D34

Black with #770D34

Text Example


Text Example

White with #770D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770D34; }

 p { color: rgb(119,13,52); }

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

background-color css

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

 a { background-color: rgb(119,13,52); }

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

border-color css

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

 span { border-color: rgb(119,13,52); }

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