Html Css Color HEX #D76861 Roman

📋 copy color: '#D76861'

red 215 ◦ green 104 ◦ blue 97

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

Shades of Roman #D76861

Tints of Roman #D76861

RGB

 RED value IS 215 (84.38% from 255) = 51.68%

 GREEN value IS 104 (41.02% from 255) = 25%

 BLUE value IS 97 (38.28% from 255) = 23.32%

R = 51.68%
G = 25%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D76861 (or 0xD76861) is known color: Roman. HEX triplet: D7, 68 and 61. RGB value is (215,104,97). Sum of RGB (Red+Green+Blue) = 215+104+97=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D76861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76861 is #28979E. Grayscale: #888888. Windows color (decimal): -2660255 or 6383831. OLE color: 6383831.

HSL color Cylindrical-coordinate representation of color #D76861: hue angle of 3.56º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D76861 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 104 97 -
CMYK 0 0.52 0.55 0.16
HSL 3.56º 0.6% 0.61% -
HSV(B) 3.56º 0.55% 0.84% -
XYZ 35.13 25.21 14.32 -
YUV 136.39 105.77 184.07 -
System Red Green Blue C M Y K H S L
Decimal 215 104 97 0 0.52 0.55 0.16 3.56 0.6 0.61
Hex D7 68 61 0 34 37 10 4 3C 3D
Octal 327 150 141 0 64 67 20 4 74 75
Binary 11010111 1101000 1100001 0 110100 110111 10000 100 111100 111101

Color Harmonies of #D76861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76861

Black with #D76861

Text Example


Text Example

White with #D76861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76861; }

 p { color: rgb(215,104,97); }

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

background-color css

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

 a { background-color: rgb(215,104,97); }

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

border-color css

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

 span { border-color: rgb(215,104,97); }

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