Html Css Color HEX #772742 Flirt

📋 copy color: '#772742'

red 119 ◦ green 39 ◦ blue 66

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

Shades of Flirt #772742

Tints of Flirt #772742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 29.46%

R = 53.13%
G = 17.41%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#772742 (or 0x772742) is known color: Flirt. HEX triplet: 77, 27 and 42. RGB value is (119,39,66). Sum of RGB (Red+Green+Blue) = 119+39+66=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #772742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772742 is #88D8BD. Grayscale: #414141. Windows color (decimal): -8968382 or 4335479. OLE color: 4335479.

HSL color Cylindrical-coordinate representation of color #772742: hue angle of 339.75º 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 #772742 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 39 66 -
CMYK 0 0.67 0.45 0.53
HSL 339.75º 0.51% 0.31% -
HSV(B) 339.75º 0.67% 0.47% -
XYZ 9.32 5.77 5.78 -
YUV 66 128 165.8 -
System Red Green Blue C M Y K H S L
Decimal 119 39 66 0 0.67 0.45 0.53 339.75 0.51 0.31
Hex 77 27 42 0 43 2D 35 154 33 1F
Octal 167 47 102 0 103 55 65 524 63 37
Binary 1110111 100111 1000010 0 1000011 101101 110101 101010100 110011 11111

Color Harmonies of #772742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772742

Black with #772742

Text Example


Text Example

White with #772742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772742; }

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

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

background-color css

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

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

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

border-color css

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

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

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