Html Css Color HEX #714E5C Cosmic

📋 copy color: '#714E5C'

red 113 ◦ green 78 ◦ blue 92

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

Shades of Cosmic #714E5C

Tints of Cosmic #714E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.51%

R = 39.93%
G = 27.56%
B = 32.51%

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

#714E5C (or 0x714E5C) is known color: Cosmic. HEX triplet: 71, 4E and 5C. RGB value is (113,78,92). Sum of RGB (Red+Green+Blue) = 113+78+92=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 113 - color contains mainly: red. Hex color #714E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E5C is #8EB1A3. Grayscale: #5A5A5A. Windows color (decimal): -9351588 or 6049393. OLE color: 6049393.

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

Color convert

RGB 113 78 92 -
CMYK 0 0.31 0.19 0.56
HSL 336º 0.18% 0.37% -
HSV(B) 336º 0.31% 0.44% -
XYZ 11.47 9.73 11.4 -
YUV 90.06 129.1 144.36 -
System Red Green Blue C M Y K H S L
Decimal 113 78 92 0 0.31 0.19 0.56 336 0.18 0.37
Hex 71 4E 5C 0 1F 13 38 150 12 25
Octal 161 116 134 0 37 23 70 520 22 45
Binary 1110001 1001110 1011100 0 11111 10011 111000 101010000 10010 100101

Color Harmonies of #714E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714E5C

Black with #714E5C

Text Example


Text Example

White with #714E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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