Html Css Color HEX #714B65 Cosmic

📋 copy color: '#714B65'

red 113 ◦ green 75 ◦ blue 101

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

Shades of Cosmic #714B65

Tints of Cosmic #714B65

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.95%

 BLUE value IS 101 (39.84% from 255) = 34.95%

R = 39.1%
G = 25.95%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#714B65 (or 0x714B65) is known color: Cosmic. HEX triplet: 71, 4B and 65. RGB value is (113,75,101). Sum of RGB (Red+Green+Blue) = 113+75+101=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #714B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714B65 is #8EB49A. Grayscale: #595959. Windows color (decimal): -9352347 or 6638449. OLE color: 6638449.

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

Color convert

RGB 113 75 101 -
CMYK 0 0.34 0.11 0.56
HSL 318.95º 0.2% 0.37% -
HSV(B) 318.95º 0.34% 0.44% -
XYZ 11.68 9.48 13.53 -
YUV 89.33 134.59 144.89 -
System Red Green Blue C M Y K H S L
Decimal 113 75 101 0 0.34 0.11 0.56 318.95 0.2 0.37
Hex 71 4B 65 0 22 B 38 13F 14 25
Octal 161 113 145 0 42 13 70 477 24 45
Binary 1110001 1001011 1100101 0 100010 1011 111000 100111111 10100 100101

Color Harmonies of #714B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714B65

Black with #714B65

Text Example


Text Example

White with #714B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,75,101); }

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

background-color css

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

 a { background-color: rgb(113,75,101); }

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

border-color css

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

 span { border-color: rgb(113,75,101); }

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