#D67A7B

Color #D67A7B Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #D67A7B

Tints of Froly #D67A7B

Color information

#D67A7B (or 0xD67A7B) is unknown color: approx Froly. HEX triplet: D6, 7A and 7B. RGB value is (214,122,123). Sum of RGB (Red+Green+Blue) = 214+122+123=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67A7B is #298584. Grayscale: #959595. Windows color (decimal): -2721157 or 8092374. OLE color: 8092374.

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

Color convert

RGB214122123-
CMYK00.430.430.16
HSL359.35º52.87%65.88%-
HSV(B)359.35º42.99%83.92%-
XYZ38.2729.6522.44-
YUV149.62112.98173.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.62%
GREEN value IS 122 (48.05% from 255) = 26.58%
BLUE value IS 123 (48.44% from 255) = 26.80%
R=46.62%
G=26.58%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412212300.430.430.16359.3552.8765.88
HexD67A7B02B2B101673542
Octal326172173053532054765102
Binary11010110111101011110110101011101011100001011001111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67A7B; }

 p { color: rgb(214,122,123); }

 H1.HeaderClassName
 {
   color: #D67A7B;
 }
 .AnyTagClassName
 {
   color: #D67A7B;
 }
</style>
background-color css

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

 a { background-color: rgb(214,122,123); }

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

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

 span { border-color: rgb(214,122,123); }

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