Html Css Color HEX #FF7764 Bittersweet

📋 copy color: '#FF7764'

red 255 ◦ green 119 ◦ blue 100

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

Shades of Bittersweet #FF7764

Tints of Bittersweet #FF7764

RGB

 RED value IS 255 (100% from 255) = 53.8%

 GREEN value IS 119 (46.88% from 255) = 25.11%

 BLUE value IS 100 (39.45% from 255) = 21.1%

R = 53.8%
G = 25.11%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FF7764 (or 0xFF7764) is known color: Bittersweet. HEX triplet: FF, 77 and 64. RGB value is (255,119,100). Sum of RGB (Red+Green+Blue) = 255+119+100=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7764 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7764 is #00889B. Grayscale: #9D9D9D. Windows color (decimal): -34972 or 6584319. OLE color: 6584319.

HSL color Cylindrical-coordinate representation of color #FF7764: hue angle of 7.35º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF7764 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.

Color convert

RGB 255 119 100 -
CMYK 0 0.53 0.61 0
HSL 7.35º 1% 0.7% -
HSV(B) 7.35º 0.61% 1% -
XYZ 50.14 35.37 16.24 -
YUV 157.5 95.56 197.54 -
System Red Green Blue C M Y K H S L
Decimal 255 119 100 0 0.53 0.61 0 7.35 1 0.7
Hex FF 77 64 0 35 3D 0 7 64 46
Octal 377 167 144 0 65 75 0 7 144 106
Binary 11111111 1110111 1100100 0 110101 111101 0 111 1100100 1000110

Color Harmonies of #FF7764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7764

Black with #FF7764

Text Example


Text Example

White with #FF7764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7764; }

 p { color: rgb(255,119,100); }

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

background-color css

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

 a { background-color: rgb(255,119,100); }

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

border-color css

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

 span { border-color: rgb(255,119,100); }

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