Html Css Color HEX #D77370 Geraldine

📋 copy color: '#D77370'

red 215 ◦ green 115 ◦ blue 112

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

Shades of Geraldine #D77370

Tints of Geraldine #D77370

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.02%

 BLUE value IS 112 (44.14% from 255) = 25.34%

R = 48.64%
G = 26.02%
B = 25.34%

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

#D77370 (or 0xD77370) is known color: Geraldine. HEX triplet: D7, 73 and 70. RGB value is (215,115,112). Sum of RGB (Red+Green+Blue) = 215+115+112=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D77370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77370 is #288C8F. Grayscale: #909090. Windows color (decimal): -2657424 or 7369687. OLE color: 7369687.

HSL color Cylindrical-coordinate representation of color #D77370: hue angle of 1.75º degrees, saturation: 0.56, 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 #D77370 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 115 112 -
CMYK 0 0.47 0.48 0.16
HSL 1.75º 0.56% 0.64% -
HSV(B) 1.75º 0.48% 0.84% -
XYZ 37.08 27.88 18.76 -
YUV 144.56 109.63 178.24 -
System Red Green Blue C M Y K H S L
Decimal 215 115 112 0 0.47 0.48 0.16 1.75 0.56 0.64
Hex D7 73 70 0 2F 30 10 2 38 40
Octal 327 163 160 0 57 60 20 2 70 100
Binary 11010111 1110011 1110000 0 101111 110000 10000 10 111000 1000000

Color Harmonies of #D77370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77370

Black with #D77370

Text Example


Text Example

White with #D77370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77370; }

 p { color: rgb(215,115,112); }

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

background-color css

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

 a { background-color: rgb(215,115,112); }

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

border-color css

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

 span { border-color: rgb(215,115,112); }

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