Html Css Color HEX #714F61 Cosmic

📋 copy color: '#714F61'

red 113 ◦ green 79 ◦ blue 97

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

Shades of Cosmic #714F61

Tints of Cosmic #714F61

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.34%

 BLUE value IS 97 (38.28% from 255) = 33.56%

R = 39.1%
G = 27.34%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#714F61 (or 0x714F61) is known color: Cosmic. HEX triplet: 71, 4F and 61. RGB value is (113,79,97). Sum of RGB (Red+Green+Blue) = 113+79+97=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #714F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714F61 is #8EB09E. Grayscale: #5B5B5B. Windows color (decimal): -9351327 or 6377329. OLE color: 6377329.

HSL color Cylindrical-coordinate representation of color #714F61: hue angle of 328.24º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #714F61 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 79 97 -
CMYK 0 0.30 0.14 0.56
HSL 328.24º 0.18% 0.38% -
HSV(B) 328.24º 0.3% 0.44% -
XYZ 11.76 9.97 12.61 -
YUV 91.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 113 79 97 0 0.30 0.14 0.56 328.24 0.18 0.38
Hex 71 4F 61 0 1E E 38 148 12 26
Octal 161 117 141 0 36 16 70 510 22 46
Binary 1110001 1001111 1100001 0 11110 1110 111000 101001000 10010 100110

Color Harmonies of #714F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714F61

Black with #714F61

Text Example


Text Example

White with #714F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,79,97); }

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

background-color css

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

 a { background-color: rgb(113,79,97); }

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

border-color css

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

 span { border-color: rgb(113,79,97); }

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