Html Css Color HEX #DF7B76 Geraldine

📋 copy color: '#DF7B76'

red 223 ◦ green 123 ◦ blue 118

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

Shades of Geraldine #DF7B76

Tints of Geraldine #DF7B76

RGB

 RED value IS 223 (87.5% from 255) = 48.06%

 GREEN value IS 123 (48.44% from 255) = 26.51%

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

R = 48.06%
G = 26.51%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF7B76 (or 0xDF7B76) is known color: Geraldine. HEX triplet: DF, 7B and 76. RGB value is (223,123,118). Sum of RGB (Red+Green+Blue) = 223+123+118=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7B76 is #208489. Grayscale: #989898. Windows color (decimal): -2131082 or 7764959. OLE color: 7764959.

HSL color Cylindrical-coordinate representation of color #DF7B76: hue angle of 2.86º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF7B76 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 123 118 -
CMYK 0 0.45 0.47 0.13
HSL 2.86º 0.62% 0.67% -
HSV(B) 2.86º 0.47% 0.87% -
XYZ 40.78 31.16 21 -
YUV 152.33 108.63 178.41 -
System Red Green Blue C M Y K H S L
Decimal 223 123 118 0 0.45 0.47 0.13 2.86 0.62 0.67
Hex DF 7B 76 0 2D 2F D 3 3E 43
Octal 337 173 166 0 55 57 15 3 76 103
Binary 11011111 1111011 1110110 0 101101 101111 1101 11 111110 1000011

Color Harmonies of #DF7B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7B76

Black with #DF7B76

Text Example


Text Example

White with #DF7B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7B76; }

 p { color: rgb(223,123,118); }

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

background-color css

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

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

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

border-color css

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

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

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