Html Css Color HEX #D76C65 Roman

📋 copy color: '#D76C65'

red 215 ◦ green 108 ◦ blue 101

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

Shades of Roman #D76C65

Tints of Roman #D76C65

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.47%

 BLUE value IS 101 (39.84% from 255) = 23.82%

R = 50.71%
G = 25.47%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D76C65 (or 0xD76C65) is known color: Roman. HEX triplet: D7, 6C and 65. RGB value is (215,108,101). Sum of RGB (Red+Green+Blue) = 215+108+101=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76C65 is #28939A. Grayscale: #8B8B8B. Windows color (decimal): -2659227 or 6646999. OLE color: 6646999.

HSL color Cylindrical-coordinate representation of color #D76C65: hue angle of 3.68º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D76C65 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 108 101 -
CMYK 0 0.50 0.53 0.16
HSL 3.68º 0.59% 0.62% -
HSV(B) 3.68º 0.53% 0.84% -
XYZ 35.74 26.11 15.47 -
YUV 139.2 106.45 182.07 -
System Red Green Blue C M Y K H S L
Decimal 215 108 101 0 0.50 0.53 0.16 3.68 0.59 0.62
Hex D7 6C 65 0 32 35 10 4 3B 3E
Octal 327 154 145 0 62 65 20 4 73 76
Binary 11010111 1101100 1100101 0 110010 110101 10000 100 111011 111110

Color Harmonies of #D76C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C65

Black with #D76C65

Text Example


Text Example

White with #D76C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C65; }

 p { color: rgb(215,108,101); }

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

background-color css

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

 a { background-color: rgb(215,108,101); }

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

border-color css

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

 span { border-color: rgb(215,108,101); }

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