Html Css Color HEX #DB7676 Geraldine

📋 copy color: '#DB7676'

red 219 ◦ green 118 ◦ blue 118

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

Shades of Geraldine #DB7676

Tints of Geraldine #DB7676

RGB

 RED value IS 219 (85.94% from 255) = 48.13%

 GREEN value IS 118 (46.48% from 255) = 25.93%

 BLUE value IS 118 (46.48% from 255) = 25.93%

R = 48.13%
G = 25.93%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB7676 (or 0xDB7676) is known color: Geraldine. HEX triplet: DB, 76 and 76. RGB value is (219,118,118). Sum of RGB (Red+Green+Blue) = 219+118+118=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7676 is #248989. Grayscale: #949494. Windows color (decimal): -2394506 or 7763675. OLE color: 7763675.

HSL color Cylindrical-coordinate representation of color #DB7676: hue angle of 0º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB7676 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 118 118 -
CMYK 0 0.46 0.46 0.14
HSL 0.58% 0.66% -
HSV(B) 0.46% 0.86% -
XYZ 38.96 29.32 20.75 -
YUV 148.2 110.96 178.5 -
System Red Green Blue C M Y K H S L
Decimal 219 118 118 0 0.46 0.46 0.14 0 0.58 0.66
Hex DB 76 76 0 2E 2E E 0 3A 42
Octal 333 166 166 0 56 56 16 0 72 102
Binary 11011011 1110110 1110110 0 101110 101110 1110 0 111010 1000010

Color Harmonies of #DB7676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7676

Black with #DB7676

Text Example


Text Example

White with #DB7676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7676; }

 p { color: rgb(219,118,118); }

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

background-color css

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

 a { background-color: rgb(219,118,118); }

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

border-color css

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

 span { border-color: rgb(219,118,118); }

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