Html Css Color HEX #D7726F Geraldine

📋 copy color: '#D7726F'

red 215 ◦ green 114 ◦ blue 111

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

Shades of Geraldine #D7726F

Tints of Geraldine #D7726F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.91%

 BLUE value IS 111 (43.75% from 255) = 25.23%

R = 48.86%
G = 25.91%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7726F (or 0xD7726F) is known color: Geraldine. HEX triplet: D7, 72 and 6F. RGB value is (215,114,111). Sum of RGB (Red+Green+Blue) = 215+114+111=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D7726F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7726F is #288D90. Grayscale: #8F8F8F. Windows color (decimal): -2657681 or 7303895. OLE color: 7303895.

HSL color Cylindrical-coordinate representation of color #D7726F: hue angle of 1.73º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D7726F is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 114 111 -
CMYK 0 0.47 0.48 0.16
HSL 1.73º 0.57% 0.64% -
HSV(B) 1.73º 0.48% 0.84% -
XYZ 36.91 27.63 18.43 -
YUV 143.86 109.46 178.74 -
System Red Green Blue C M Y K H S L
Decimal 215 114 111 0 0.47 0.48 0.16 1.73 0.57 0.64
Hex D7 72 6F 0 2F 30 10 2 39 40
Octal 327 162 157 0 57 60 20 2 71 100
Binary 11010111 1110010 1101111 0 101111 110000 10000 10 111001 1000000

Color Harmonies of #D7726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7726F

Black with #D7726F

Text Example


Text Example

White with #D7726F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7726F; }

 p { color: rgb(215,114,111); }

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

background-color css

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

 a { background-color: rgb(215,114,111); }

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

border-color css

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

 span { border-color: rgb(215,114,111); }

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