Html Css Color HEX #D07C7F Charm

📋 copy color: '#D07C7F'

red 208 ◦ green 124 ◦ blue 127

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

Shades of Charm #D07C7F

Tints of Charm #D07C7F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.02%

 BLUE value IS 127 (50% from 255) = 27.67%

R = 45.32%
G = 27.02%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D07C7F (or 0xD07C7F) is known color: Charm. HEX triplet: D0, 7C and 7F. RGB value is (208,124,127). Sum of RGB (Red+Green+Blue) = 208+124+127=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C7F is #2F8380. Grayscale: #959595. Windows color (decimal): -3113857 or 8355024. OLE color: 8355024.

HSL color Cylindrical-coordinate representation of color #D07C7F: hue angle of 357.86º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07C7F is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 124 127 -
CMYK 0 0.40 0.39 0.18
HSL 357.86º 0.47% 0.65% -
HSV(B) 357.86º 0.4% 0.82% -
XYZ 37.05 29.36 23.79 -
YUV 149.46 115.33 169.76 -
System Red Green Blue C M Y K H S L
Decimal 208 124 127 0 0.40 0.39 0.18 357.86 0.47 0.65
Hex D0 7C 7F 0 28 27 12 166 2F 41
Octal 320 174 177 0 50 47 22 546 57 101
Binary 11010000 1111100 1111111 0 101000 100111 10010 101100110 101111 1000001

Color Harmonies of #D07C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C7F

Black with #D07C7F

Text Example


Text Example

White with #D07C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C7F; }

 p { color: rgb(208,124,127); }

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

background-color css

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

 a { background-color: rgb(208,124,127); }

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

border-color css

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

 span { border-color: rgb(208,124,127); }

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