Html Css Color HEX #D76268 Froly

📋 copy color: '#D76268'

red 215 ◦ green 98 ◦ blue 104

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

Shades of Froly #D76268

Tints of Froly #D76268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.5%

 BLUE value IS 104 (41.02% from 255) = 24.94%

R = 51.56%
G = 23.5%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D76268 (or 0xD76268) is known color: Froly. HEX triplet: D7, 62 and 68. RGB value is (215,98,104). Sum of RGB (Red+Green+Blue) = 215+98+104=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D76268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76268 is #289D97. Grayscale: #858585. Windows color (decimal): -2661784 or 6841047. OLE color: 6841047.

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

Color convert

RGB 215 98 104 -
CMYK 0 0.54 0.52 0.16
HSL 356.92º 0.59% 0.61% -
HSV(B) 356.92º 0.54% 0.84% -
XYZ 34.89 24.18 15.93 -
YUV 133.67 111.26 186.01 -
System Red Green Blue C M Y K H S L
Decimal 215 98 104 0 0.54 0.52 0.16 356.92 0.59 0.61
Hex D7 62 68 0 36 34 10 165 3B 3D
Octal 327 142 150 0 66 64 20 545 73 75
Binary 11010111 1100010 1101000 0 110110 110100 10000 101100101 111011 111101

Color Harmonies of #D76268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76268

Black with #D76268

Text Example


Text Example

White with #D76268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76268; }

 p { color: rgb(215,98,104); }

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

background-color css

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

 a { background-color: rgb(215,98,104); }

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

border-color css

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

 span { border-color: rgb(215,98,104); }

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