Html Css Color HEX #770E30 Claret

📋 copy color: '#770E30'

red 119 ◦ green 14 ◦ blue 48

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

Shades of Claret #770E30

Tints of Claret #770E30

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.73%

 BLUE value IS 48 (19.14% from 255) = 26.52%

R = 65.75%
G = 7.73%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#770E30 (or 0x770E30) is known color: Claret. HEX triplet: 77, 0E and 30. RGB value is (119,14,48). Sum of RGB (Red+Green+Blue) = 119+14+48=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #770E30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770E30 is #88F1CF. Grayscale: #313131. Windows color (decimal): -8974800 or 3149431. OLE color: 3149431.

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

Color convert

RGB 119 14 48 -
CMYK 0 0.88 0.60 0.53
HSL 340.57º 0.79% 0.26% -
HSV(B) 340.57º 0.88% 0.47% -
XYZ 8.3 4.45 3.22 -
YUV 49.27 127.29 177.74 -
System Red Green Blue C M Y K H S L
Decimal 119 14 48 0 0.88 0.60 0.53 340.57 0.79 0.26
Hex 77 E 30 0 58 3C 35 155 4F 1A
Octal 167 16 60 0 130 74 65 525 117 32
Binary 1110111 1110 110000 0 1011000 111100 110101 101010101 1001111 11010

Color Harmonies of #770E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770E30

Black with #770E30

Text Example


Text Example

White with #770E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,14,48); }

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

background-color css

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

 a { background-color: rgb(119,14,48); }

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

border-color css

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

 span { border-color: rgb(119,14,48); }

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