Html Css Color HEX #D07678 Froly

📋 copy color: '#D07678'

red 208 ◦ green 118 ◦ blue 120

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

Shades of Froly #D07678

Tints of Froly #D07678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.91%

R = 46.64%
G = 26.46%
B = 26.91%

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

#D07678 (or 0xD07678) is known color: Froly. HEX triplet: D0, 76 and 78. RGB value is (208,118,120). Sum of RGB (Red+Green+Blue) = 208+118+120=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D07678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07678 is #2F8987. Grayscale: #919191. Windows color (decimal): -3115400 or 7894736. OLE color: 7894736.

HSL color Cylindrical-coordinate representation of color #D07678: hue angle of 358.67º 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 #D07678 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 118 120 -
CMYK 0 0.43 0.42 0.18
HSL 358.67º 0.49% 0.64% -
HSV(B) 358.67º 0.43% 0.82% -
XYZ 35.88 27.72 21.23 -
YUV 145.14 113.82 172.84 -
System Red Green Blue C M Y K H S L
Decimal 208 118 120 0 0.43 0.42 0.18 358.67 0.49 0.64
Hex D0 76 78 0 2B 2A 12 167 31 40
Octal 320 166 170 0 53 52 22 547 61 100
Binary 11010000 1110110 1111000 0 101011 101010 10010 101100111 110001 1000000

Color Harmonies of #D07678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07678

Black with #D07678

Text Example


Text Example

White with #D07678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07678; }

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

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

background-color css

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

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

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

border-color css

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

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

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