Html Css Color HEX #714E5B Cosmic

📋 copy color: '#714E5B'

red 113 ◦ green 78 ◦ blue 91

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

Shades of Cosmic #714E5B

Tints of Cosmic #714E5B

RGB

 RED value IS 113 (44.53% from 255) = 40.07%

 GREEN value IS 78 (30.86% from 255) = 27.66%

 BLUE value IS 91 (35.94% from 255) = 32.27%

R = 40.07%
G = 27.66%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#714E5B (or 0x714E5B) is known color: Cosmic. HEX triplet: 71, 4E and 5B. RGB value is (113,78,91). Sum of RGB (Red+Green+Blue) = 113+78+91=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #714E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E5B is #8EB1A4. Grayscale: #595959. Windows color (decimal): -9351589 or 5983857. OLE color: 5983857.

HSL color Cylindrical-coordinate representation of color #714E5B: hue angle of 337.71º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #714E5B is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 78 91 -
CMYK 0 0.31 0.19 0.56
HSL 337.71º 0.18% 0.37% -
HSV(B) 337.71º 0.31% 0.44% -
XYZ 11.42 9.71 11.17 -
YUV 89.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 113 78 91 0 0.31 0.19 0.56 337.71 0.18 0.37
Hex 71 4E 5B 0 1F 13 38 152 12 25
Octal 161 116 133 0 37 23 70 522 22 45
Binary 1110001 1001110 1011011 0 11111 10011 111000 101010010 10010 100101

Color Harmonies of #714E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714E5B

Black with #714E5B

Text Example


Text Example

White with #714E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714E5B; }

 p { color: rgb(113,78,91); }

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

background-color css

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

 a { background-color: rgb(113,78,91); }

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

border-color css

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

 span { border-color: rgb(113,78,91); }

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