Html Css Color HEX #D07B7F Charm

📋 copy color: '#D07B7F'

red 208 ◦ green 123 ◦ blue 127

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

Shades of Charm #D07B7F

Tints of Charm #D07B7F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.86%

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

R = 45.41%
G = 26.86%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D07B7F (or 0xD07B7F) is known color: Charm. HEX triplet: D0, 7B and 7F. RGB value is (208,123,127). Sum of RGB (Red+Green+Blue) = 208+123+127=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D07B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07B7F is #2F8480. Grayscale: #949494. Windows color (decimal): -3114113 or 8354768. OLE color: 8354768.

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

Color convert

RGB 208 123 127 -
CMYK 0 0.41 0.39 0.18
HSL 357.18º 0.47% 0.65% -
HSV(B) 357.18º 0.41% 0.82% -
XYZ 36.93 29.11 23.75 -
YUV 148.87 115.66 170.17 -
System Red Green Blue C M Y K H S L
Decimal 208 123 127 0 0.41 0.39 0.18 357.18 0.47 0.65
Hex D0 7B 7F 0 29 27 12 165 2F 41
Octal 320 173 177 0 51 47 22 545 57 101
Binary 11010000 1111011 1111111 0 101001 100111 10010 101100101 101111 1000001

Color Harmonies of #D07B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07B7F

Black with #D07B7F

Text Example


Text Example

White with #D07B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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