Html Css Color HEX #781734 Claret

📋 copy color: '#781734'

red 120 ◦ green 23 ◦ blue 52

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

Shades of Claret #781734

Tints of Claret #781734

RGB

 RED value IS 120 (47.27% from 255) = 61.54%

 GREEN value IS 23 (9.38% from 255) = 11.79%

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

R = 61.54%
G = 11.79%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#781734 (or 0x781734) is known color: Claret. HEX triplet: 78, 17 and 34. RGB value is (120,23,52). Sum of RGB (Red+Green+Blue) = 120+23+52=195 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.54% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 120 - color contains mainly: red. Hex color #781734 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781734 is #87E8CB. Grayscale: #373737. Windows color (decimal): -8906956 or 3413880. OLE color: 3413880.

HSL color Cylindrical-coordinate representation of color #781734: hue angle of 342.06º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781734 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 23 52 -
CMYK 0 0.81 0.57 0.53
HSL 342.06º 0.68% 0.28% -
HSV(B) 342.06º 0.81% 0.47% -
XYZ 8.67 4.85 3.73 -
YUV 55.31 126.14 174.14 -
System Red Green Blue C M Y K H S L
Decimal 120 23 52 0 0.81 0.57 0.53 342.06 0.68 0.28
Hex 78 17 34 0 51 39 35 156 44 1C
Octal 170 27 64 0 121 71 65 526 104 34
Binary 1111000 10111 110100 0 1010001 111001 110101 101010110 1000100 11100

Color Harmonies of #781734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781734

Black with #781734

Text Example


Text Example

White with #781734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781734; }

 p { color: rgb(120,23,52); }

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

background-color css

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

 a { background-color: rgb(120,23,52); }

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

border-color css

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

 span { border-color: rgb(120,23,52); }

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