Html Css Color HEX #77102D Claret

📋 copy color: '#77102D'

red 119 ◦ green 16 ◦ blue 45

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

Shades of Claret #77102D

Tints of Claret #77102D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.89%

 BLUE value IS 45 (17.97% from 255) = 25%

R = 66.11%
G = 8.89%
B = 25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#77102D (or 0x77102D) is known color: Claret. HEX triplet: 77, 10 and 2D. RGB value is (119,16,45). Sum of RGB (Red+Green+Blue) = 119+16+45=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #77102D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77102D is #88EFD2. Grayscale: #323232. Windows color (decimal): -8974291 or 2953335. OLE color: 2953335.

HSL color Cylindrical-coordinate representation of color #77102D: hue angle of 343.11º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77102D is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 16 45 -
CMYK 0 0.87 0.62 0.53
HSL 343.11º 0.76% 0.26% -
HSV(B) 343.11º 0.87% 0.47% -
XYZ 8.27 4.48 2.91 -
YUV 50.1 125.12 177.14 -
System Red Green Blue C M Y K H S L
Decimal 119 16 45 0 0.87 0.62 0.53 343.11 0.76 0.26
Hex 77 10 2D 0 57 3E 35 157 4C 1A
Octal 167 20 55 0 127 76 65 527 114 32
Binary 1110111 10000 101101 0 1010111 111110 110101 101010111 1001100 11010

Color Harmonies of #77102D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77102D

Black with #77102D

Text Example


Text Example

White with #77102D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77102D; }

 p { color: rgb(119,16,45); }

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

background-color css

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

 a { background-color: rgb(119,16,45); }

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

border-color css

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

 span { border-color: rgb(119,16,45); }

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