Html Css Color HEX #D37A7B Froly

📋 copy color: '#D37A7B'

red 211 ◦ green 122 ◦ blue 123

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

Shades of Froly #D37A7B

Tints of Froly #D37A7B

RGB

 RED value IS 211 (82.81% from 255) = 46.27%

 GREEN value IS 122 (48.05% from 255) = 26.75%

 BLUE value IS 123 (48.44% from 255) = 26.97%

R = 46.27%
G = 26.75%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D37A7B (or 0xD37A7B) is known color: Froly. HEX triplet: D3, 7A and 7B. RGB value is (211,122,123). Sum of RGB (Red+Green+Blue) = 211+122+123=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 211 - color contains mainly: red. Hex color #D37A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37A7B is #2C8584. Grayscale: #949494. Windows color (decimal): -2917765 or 8092371. OLE color: 8092371.

HSL color Cylindrical-coordinate representation of color #D37A7B: hue angle of 359.33º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D37A7B is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 122 123 -
CMYK 0 0.42 0.42 0.17
HSL 359.33º 0.5% 0.65% -
HSV(B) 359.33º 0.42% 0.83% -
XYZ 37.4 29.2 22.4 -
YUV 148.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 211 122 123 0 0.42 0.42 0.17 359.33 0.5 0.65
Hex D3 7A 7B 0 2A 2A 11 167 32 41
Octal 323 172 173 0 52 52 21 547 62 101
Binary 11010011 1111010 1111011 0 101010 101010 10001 101100111 110010 1000001

Color Harmonies of #D37A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37A7B

Black with #D37A7B

Text Example


Text Example

White with #D37A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37A7B; }

 p { color: rgb(211,122,123); }

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

background-color css

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

 a { background-color: rgb(211,122,123); }

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

border-color css

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

 span { border-color: rgb(211,122,123); }

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