Html Css Color HEX #D76775 Froly

📋 copy color: '#D76775'

red 215 ◦ green 103 ◦ blue 117

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

Shades of Froly #D76775

Tints of Froly #D76775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.68%

 BLUE value IS 117 (46.09% from 255) = 26.9%

R = 49.43%
G = 23.68%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D76775 (or 0xD76775) is known color: Froly. HEX triplet: D7, 67 and 75. RGB value is (215,103,117). Sum of RGB (Red+Green+Blue) = 215+103+117=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D76775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76775 is #28988A. Grayscale: #8A8A8A. Windows color (decimal): -2660491 or 7694295. OLE color: 7694295.

HSL color Cylindrical-coordinate representation of color #D76775: hue angle of 352.5º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D76775 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 103 117 -
CMYK 0 0.52 0.46 0.16
HSL 352.5º 0.58% 0.62% -
HSV(B) 352.5º 0.52% 0.84% -
XYZ 36.09 25.43 19.84 -
YUV 138.08 116.11 182.86 -
System Red Green Blue C M Y K H S L
Decimal 215 103 117 0 0.52 0.46 0.16 352.5 0.58 0.62
Hex D7 67 75 0 34 2E 10 160 3A 3E
Octal 327 147 165 0 64 56 20 540 72 76
Binary 11010111 1100111 1110101 0 110100 101110 10000 101100000 111010 111110

Color Harmonies of #D76775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76775

Black with #D76775

Text Example


Text Example

White with #D76775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76775; }

 p { color: rgb(215,103,117); }

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

background-color css

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

 a { background-color: rgb(215,103,117); }

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

border-color css

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

 span { border-color: rgb(215,103,117); }

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