Html Css Color HEX #762C43 Flirt

📋 copy color: '#762C43'

red 118 ◦ green 44 ◦ blue 67

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

Shades of Flirt #762C43

Tints of Flirt #762C43

RGB

 RED value IS 118 (46.48% from 255) = 51.53%

 GREEN value IS 44 (17.58% from 255) = 19.21%

 BLUE value IS 67 (26.56% from 255) = 29.26%

R = 51.53%
G = 19.21%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#762C43 (or 0x762C43) is known color: Flirt. HEX triplet: 76, 2C and 43. RGB value is (118,44,67). Sum of RGB (Red+Green+Blue) = 118+44+67=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 67 (26.56% from 255 or 29.26% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #762C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762C43 is #89D3BC. Grayscale: #444444. Windows color (decimal): -9032637 or 4402294. OLE color: 4402294.

HSL color Cylindrical-coordinate representation of color #762C43: hue angle of 341.35º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #762C43 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 44 67 -
CMYK 0 0.63 0.43 0.54
HSL 341.35º 0.46% 0.32% -
HSV(B) 341.35º 0.63% 0.46% -
XYZ 9.39 6.06 5.98 -
YUV 68.75 127.02 163.13 -
System Red Green Blue C M Y K H S L
Decimal 118 44 67 0 0.63 0.43 0.54 341.35 0.46 0.32
Hex 76 2C 43 0 3F 2B 36 155 2E 20
Octal 166 54 103 0 77 53 66 525 56 40
Binary 1110110 101100 1000011 0 111111 101011 110110 101010101 101110 100000

Color Harmonies of #762C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762C43

Black with #762C43

Text Example


Text Example

White with #762C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762C43; }

 p { color: rgb(118,44,67); }

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

background-color css

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

 a { background-color: rgb(118,44,67); }

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

border-color css

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

 span { border-color: rgb(118,44,67); }

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