Html Css Color HEX #D7676B Froly

📋 copy color: '#D7676B'

red 215 ◦ green 103 ◦ blue 107

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

Shades of Froly #D7676B

Tints of Froly #D7676B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.18%

R = 50.59%
G = 24.24%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7676B (or 0xD7676B) is known color: Froly. HEX triplet: D7, 67 and 6B. RGB value is (215,103,107). Sum of RGB (Red+Green+Blue) = 215+103+107=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D7676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7676B is #289894. Grayscale: #898989. Windows color (decimal): -2660501 or 7038935. OLE color: 7038935.

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

Color convert

RGB 215 103 107 -
CMYK 0 0.52 0.50 0.16
HSL 357.86º 0.58% 0.62% -
HSV(B) 357.86º 0.52% 0.84% -
XYZ 35.53 25.21 16.9 -
YUV 136.94 111.11 183.67 -
System Red Green Blue C M Y K H S L
Decimal 215 103 107 0 0.52 0.50 0.16 357.86 0.58 0.62
Hex D7 67 6B 0 34 32 10 166 3A 3E
Octal 327 147 153 0 64 62 20 546 72 76
Binary 11010111 1100111 1101011 0 110100 110010 10000 101100110 111010 111110

Color Harmonies of #D7676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7676B

Black with #D7676B

Text Example


Text Example

White with #D7676B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7676B; }

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

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

background-color css

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

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

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

border-color css

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

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

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