Html Css Color HEX #E7767A Froly

📋 copy color: '#E7767A'

red 231 ◦ green 118 ◦ blue 122

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

Shades of Froly #E7767A

Tints of Froly #E7767A

RGB

 RED value IS 231 (90.63% from 255) = 49.04%

 GREEN value IS 118 (46.48% from 255) = 25.05%

 BLUE value IS 122 (48.05% from 255) = 25.9%

R = 49.04%
G = 25.05%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E7767A (or 0xE7767A) is known color: Froly. HEX triplet: E7, 76 and 7A. RGB value is (231,118,122). Sum of RGB (Red+Green+Blue) = 231+118+122=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E7767A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7767A is #188985. Grayscale: #989898. Windows color (decimal): -1608070 or 8025831. OLE color: 8025831.

HSL color Cylindrical-coordinate representation of color #E7767A: hue angle of 357.88º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7767A is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 118 122 -
CMYK 0 0.49 0.47 0.09
HSL 357.88º 0.7% 0.68% -
HSV(B) 357.88º 0.49% 0.91% -
XYZ 42.95 31.35 22.2 -
YUV 152.24 110.94 184.17 -
System Red Green Blue C M Y K H S L
Decimal 231 118 122 0 0.49 0.47 0.09 357.88 0.7 0.68
Hex E7 76 7A 0 31 2F 9 166 46 44
Octal 347 166 172 0 61 57 11 546 106 104
Binary 11100111 1110110 1111010 0 110001 101111 1001 101100110 1000110 1000100

Color Harmonies of #E7767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7767A

Black with #E7767A

Text Example


Text Example

White with #E7767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7767A; }

 p { color: rgb(231,118,122); }

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

background-color css

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

 a { background-color: rgb(231,118,122); }

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

border-color css

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

 span { border-color: rgb(231,118,122); }

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