Html Css Color HEX #D7767D Froly

📋 copy color: '#D7767D'

red 215 ◦ green 118 ◦ blue 125

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

Shades of Froly #D7767D

Tints of Froly #D7767D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.29%

R = 46.94%
G = 25.76%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7767D (or 0xD7767D) is known color: Froly. HEX triplet: D7, 76 and 7D. RGB value is (215,118,125). Sum of RGB (Red+Green+Blue) = 215+118+125=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D7767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7767D is #288982. Grayscale: #939393. Windows color (decimal): -2656643 or 8222423. OLE color: 8222423.

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

Color convert

RGB 215 118 125 -
CMYK 0 0.45 0.42 0.16
HSL 355.67º 0.55% 0.65% -
HSV(B) 355.67º 0.45% 0.84% -
XYZ 38.2 28.88 22.96 -
YUV 147.8 115.14 175.93 -
System Red Green Blue C M Y K H S L
Decimal 215 118 125 0 0.45 0.42 0.16 355.67 0.55 0.65
Hex D7 76 7D 0 2D 2A 10 164 37 41
Octal 327 166 175 0 55 52 20 544 67 101
Binary 11010111 1110110 1111101 0 101101 101010 10000 101100100 110111 1000001

Color Harmonies of #D7767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7767D

Black with #D7767D

Text Example


Text Example

White with #D7767D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7767D; }

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

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

background-color css

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

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

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

border-color css

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

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

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