Html Css Color HEX #67727B Raven

📋 copy color: '#67727B'

red 103 ◦ green 114 ◦ blue 123

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

Shades of Raven #67727B

Tints of Raven #67727B

RGB

 RED value IS 103 (40.63% from 255) = 30.29%

 GREEN value IS 114 (44.92% from 255) = 33.53%

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

R = 30.29%
G = 33.53%
B = 36.18%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#67727B (or 0x67727B) is known color: Raven. HEX triplet: 67, 72 and 7B. RGB value is (103,114,123). Sum of RGB (Red+Green+Blue) = 103+114+123=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 123 - color contains mainly: blue. Hex color #67727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67727B is #988D84. Grayscale: #6F6F6F. Windows color (decimal): -9997701 or 8090215. OLE color: 8090215.

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

Color convert

RGB 103 114 123 -
CMYK 0.16 0.07 0 0.52
HSL 207º 0.09% 0.44% -
HSV(B) 207º 0.16% 0.48% -
XYZ 15.19 16.35 21.09 -
YUV 111.74 134.36 121.77 -
System Red Green Blue C M Y K H S L
Decimal 103 114 123 0.16 0.07 0 0.52 207 0.09 0.44
Hex 67 72 7B 10 7 0 34 CF 9 2C
Octal 147 162 173 20 7 0 64 317 11 54
Binary 1100111 1110010 1111011 10000 111 0 110100 11001111 1001 101100

Color Harmonies of #67727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67727B

Black with #67727B

Text Example


Text Example

White with #67727B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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