Html Css Color HEX #72777B Raven

📋 copy color: '#72777B'

red 114 ◦ green 119 ◦ blue 123

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

Shades of Raven #72777B

Tints of Raven #72777B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.43%

 BLUE value IS 123 (48.44% from 255) = 34.55%

R = 32.02%
G = 33.43%
B = 34.55%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#72777B (or 0x72777B) is known color: Raven. HEX triplet: 72, 77 and 7B. RGB value is (114,119,123). Sum of RGB (Red+Green+Blue) = 114+119+123=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 123 - color contains mainly: blue. Hex color #72777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72777B is #8D8884. Grayscale: #757575. Windows color (decimal): -9275525 or 8091506. OLE color: 8091506.

HSL color Cylindrical-coordinate representation of color #72777B: hue angle of 206.67º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #72777B is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 119 123 -
CMYK 0.07 0.03 0 0.52
HSL 206.67º 0.04% 0.46% -
HSV(B) 206.67º 0.07% 0.48% -
XYZ 17.11 18.2 21.35 -
YUV 117.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 114 119 123 0.07 0.03 0 0.52 206.67 0.04 0.46
Hex 72 77 7B 7 3 0 34 CF 4 2E
Octal 162 167 173 7 3 0 64 317 4 56
Binary 1110010 1110111 1111011 111 11 0 110100 11001111 100 101110

Color Harmonies of #72777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72777B

Black with #72777B

Text Example


Text Example

White with #72777B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72777B; }

 p { color: rgb(114,119,123); }

 H1.HeaderClassName
 {
   color: #72777B;
 }
 .AnyTagClassName
 {
   color: #72777B;
 }
</style>

background-color css

<style>
 a { background-color: #72777B; }

 a { background-color: rgb(114,119,123); }

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

border-color css

<style>
 span { border-color: #72777B; }

 span { border-color: rgb(114,119,123); }

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