Html Css Color HEX #727A83 Raven

📋 copy color: '#727A83'

red 114 ◦ green 122 ◦ blue 131

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

Shades of Raven #727A83

Tints of Raven #727A83

RGB

 RED value IS 114 (44.92% from 255) = 31.06%

 GREEN value IS 122 (48.05% from 255) = 33.24%

 BLUE value IS 131 (51.56% from 255) = 35.69%

R = 31.06%
G = 33.24%
B = 35.69%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#727A83 (or 0x727A83) is known color: Raven. HEX triplet: 72, 7A and 83. RGB value is (114,122,131). Sum of RGB (Red+Green+Blue) = 114+122+131=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 131 - color contains mainly: blue. Hex color #727A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727A83 is #8D857C. Grayscale: #787878. Windows color (decimal): -9274749 or 8616562. OLE color: 8616562.

HSL color Cylindrical-coordinate representation of color #727A83: hue angle of 211.76º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #727A83 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 122 131 -
CMYK 0.13 0.07 0 0.49
HSL 211.76º 0.07% 0.48% -
HSV(B) 211.76º 0.13% 0.51% -
XYZ 18 19.14 24.22 -
YUV 120.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 114 122 131 0.13 0.07 0 0.49 211.76 0.07 0.48
Hex 72 7A 83 D 7 0 31 D4 7 30
Octal 162 172 203 15 7 0 61 324 7 60
Binary 1110010 1111010 10000011 1101 111 0 110001 11010100 111 110000

Color Harmonies of #727A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727A83

Black with #727A83

Text Example


Text Example

White with #727A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727A83; }

 p { color: rgb(114,122,131); }

 H1.HeaderClassName
 {
   color: #727A83;
 }
 .AnyTagClassName
 {
   color: #727A83;
 }
</style>

background-color css

<style>
 a { background-color: #727A83; }

 a { background-color: rgb(114,122,131); }

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

border-color css

<style>
 span { border-color: #727A83; }

 span { border-color: rgb(114,122,131); }

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