Html Css Color HEX #714F62 Cosmic

📋 copy color: '#714F62'

red 113 ◦ green 79 ◦ blue 98

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

Shades of Cosmic #714F62

Tints of Cosmic #714F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.79%

R = 38.97%
G = 27.24%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#714F62 (or 0x714F62) is known color: Cosmic. HEX triplet: 71, 4F and 62. RGB value is (113,79,98). Sum of RGB (Red+Green+Blue) = 113+79+98=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 113 - color contains mainly: red. Hex color #714F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714F62 is #8EB09D. Grayscale: #5B5B5B. Windows color (decimal): -9351326 or 6442865. OLE color: 6442865.

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

Color convert

RGB 113 79 98 -
CMYK 0 0.30 0.13 0.56
HSL 326.47º 0.18% 0.38% -
HSV(B) 326.47º 0.3% 0.44% -
XYZ 11.81 9.98 12.86 -
YUV 91.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 113 79 98 0 0.30 0.13 0.56 326.47 0.18 0.38
Hex 71 4F 62 0 1E D 38 146 12 26
Octal 161 117 142 0 36 15 70 506 22 46
Binary 1110001 1001111 1100010 0 11110 1101 111000 101000110 10010 100110

Color Harmonies of #714F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714F62

Black with #714F62

Text Example


Text Example

White with #714F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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