Html Css Color HEX #D07C7E Charm

📋 copy color: '#D07C7E'

red 208 ◦ green 124 ◦ blue 126

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

Shades of Charm #D07C7E

Tints of Charm #D07C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.51%

R = 45.41%
G = 27.07%
B = 27.51%

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

#D07C7E (or 0xD07C7E) is known color: Charm. HEX triplet: D0, 7C and 7E. RGB value is (208,124,126). Sum of RGB (Red+Green+Blue) = 208+124+126=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C7E is #2F8381. Grayscale: #959595. Windows color (decimal): -3113858 or 8289488. OLE color: 8289488.

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

Color convert

RGB 208 124 126 -
CMYK 0 0.40 0.39 0.18
HSL 358.57º 0.47% 0.65% -
HSV(B) 358.57º 0.4% 0.82% -
XYZ 36.99 29.33 23.45 -
YUV 149.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 208 124 126 0 0.40 0.39 0.18 358.57 0.47 0.65
Hex D0 7C 7E 0 28 27 12 167 2F 41
Octal 320 174 176 0 50 47 22 547 57 101
Binary 11010000 1111100 1111110 0 101000 100111 10010 101100111 101111 1000001

Color Harmonies of #D07C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C7E

Black with #D07C7E

Text Example


Text Example

White with #D07C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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