Html Css Color HEX #D7767A Froly

📋 copy color: '#D7767A'

red 215 ◦ green 118 ◦ blue 122

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

Shades of Froly #D7767A

Tints of Froly #D7767A

RGB

 RED value IS 215 (84.38% from 255) = 47.25%

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

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

R = 47.25%
G = 25.93%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7767A (or 0xD7767A) is known color: Froly. HEX triplet: D7, 76 and 7A. RGB value is (215,118,122). Sum of RGB (Red+Green+Blue) = 215+118+122=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D7767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7767A is #288985. Grayscale: #939393. Windows color (decimal): -2656646 or 8025815. OLE color: 8025815.

HSL color Cylindrical-coordinate representation of color #D7767A: hue angle of 357.53º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D7767A is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 118 122 -
CMYK 0 0.45 0.43 0.16
HSL 357.53º 0.55% 0.65% -
HSV(B) 357.53º 0.45% 0.84% -
XYZ 38.02 28.81 21.97 -
YUV 147.46 113.64 176.17 -
System Red Green Blue C M Y K H S L
Decimal 215 118 122 0 0.45 0.43 0.16 357.53 0.55 0.65
Hex D7 76 7A 0 2D 2B 10 166 37 41
Octal 327 166 172 0 55 53 20 546 67 101
Binary 11010111 1110110 1111010 0 101101 101011 10000 101100110 110111 1000001

Color Harmonies of #D7767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7767A

Black with #D7767A

Text Example


Text Example

White with #D7767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7767A; }

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

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

background-color css

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

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

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

border-color css

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

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

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