Html Css Color HEX #D7676A Froly

📋 copy color: '#D7676A'

red 215 ◦ green 103 ◦ blue 106

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

Shades of Froly #D7676A

Tints of Froly #D7676A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25%

R = 50.71%
G = 24.29%
B = 25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D7676A (or 0xD7676A) is known color: Froly. HEX triplet: D7, 67 and 6A. RGB value is (215,103,106). Sum of RGB (Red+Green+Blue) = 215+103+106=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D7676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7676A is #289895. Grayscale: #888888. Windows color (decimal): -2660502 or 6973399. OLE color: 6973399.

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

Color convert

RGB 215 103 106 -
CMYK 0 0.52 0.51 0.16
HSL 358.39º 0.58% 0.62% -
HSV(B) 358.39º 0.52% 0.84% -
XYZ 35.48 25.19 16.63 -
YUV 136.83 110.61 183.76 -
System Red Green Blue C M Y K H S L
Decimal 215 103 106 0 0.52 0.51 0.16 358.39 0.58 0.62
Hex D7 67 6A 0 34 33 10 166 3A 3E
Octal 327 147 152 0 64 63 20 546 72 76
Binary 11010111 1100111 1101010 0 110100 110011 10000 101100110 111010 111110

Color Harmonies of #D7676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7676A

Black with #D7676A

Text Example


Text Example

White with #D7676A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7676A; }

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

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

background-color css

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

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

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

border-color css

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

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

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