Html Css Color HEX #714E5E Cosmic

📋 copy color: '#714E5E'

red 113 ◦ green 78 ◦ blue 94

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

Shades of Cosmic #714E5E

Tints of Cosmic #714E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.98%

R = 39.65%
G = 27.37%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#714E5E (or 0x714E5E) is known color: Cosmic. HEX triplet: 71, 4E and 5E. RGB value is (113,78,94). Sum of RGB (Red+Green+Blue) = 113+78+94=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 113 - color contains mainly: red. Hex color #714E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E5E is #8EB1A1. Grayscale: #5A5A5A. Windows color (decimal): -9351586 or 6180465. OLE color: 6180465.

HSL color Cylindrical-coordinate representation of color #714E5E: hue angle of 332.57º 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 #714E5E is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 78 94 -
CMYK 0 0.31 0.17 0.56
HSL 332.57º 0.18% 0.37% -
HSV(B) 332.57º 0.31% 0.44% -
XYZ 11.55 9.77 11.87 -
YUV 90.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 113 78 94 0 0.31 0.17 0.56 332.57 0.18 0.37
Hex 71 4E 5E 0 1F 11 38 14D 12 25
Octal 161 116 136 0 37 21 70 515 22 45
Binary 1110001 1001110 1011110 0 11111 10001 111000 101001101 10010 100101

Color Harmonies of #714E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714E5E

Black with #714E5E

Text Example


Text Example

White with #714E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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