Html Css Color HEX #D07679 Froly

📋 copy color: '#D07679'

red 208 ◦ green 118 ◦ blue 121

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

Shades of Froly #D07679

Tints of Froly #D07679

RGB

 RED value IS 208 (81.64% from 255) = 46.53%

 GREEN value IS 118 (46.48% from 255) = 26.4%

 BLUE value IS 121 (47.66% from 255) = 27.07%

R = 46.53%
G = 26.4%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D07679 (or 0xD07679) is known color: Froly. HEX triplet: D0, 76 and 79. RGB value is (208,118,121). Sum of RGB (Red+Green+Blue) = 208+118+121=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D07679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07679 is #2F8986. Grayscale: #919191. Windows color (decimal): -3115399 or 7960272. OLE color: 7960272.

HSL color Cylindrical-coordinate representation of color #D07679: hue angle of 358º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D07679 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 118 121 -
CMYK 0 0.43 0.42 0.18
HSL 358º 0.49% 0.64% -
HSV(B) 358º 0.43% 0.82% -
XYZ 35.94 27.75 21.55 -
YUV 145.25 114.32 172.76 -
System Red Green Blue C M Y K H S L
Decimal 208 118 121 0 0.43 0.42 0.18 358 0.49 0.64
Hex D0 76 79 0 2B 2A 12 166 31 40
Octal 320 166 171 0 53 52 22 546 61 100
Binary 11010000 1110110 1111001 0 101011 101010 10010 101100110 110001 1000000

Color Harmonies of #D07679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07679

Black with #D07679

Text Example


Text Example

White with #D07679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07679; }

 p { color: rgb(208,118,121); }

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

background-color css

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

 a { background-color: rgb(208,118,121); }

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

border-color css

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

 span { border-color: rgb(208,118,121); }

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