Html Css Color HEX #1F767F Atoll

📋 copy color: '#1F767F'

red 31 ◦ green 118 ◦ blue 127

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

Shades of Atoll #1F767F

Tints of Atoll #1F767F

RGB

 RED value IS 31 (12.5% from 255) = 11.23%

 GREEN value IS 118 (46.48% from 255) = 42.75%

 BLUE value IS 127 (50% from 255) = 46.01%

R = 11.23%
G = 42.75%
B = 46.01%

CMYK

 C value IS 0.76

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#1F767F (or 0x1F767F) is known color: Atoll. HEX triplet: 1F, 76 and 7F. RGB value is (31,118,127). Sum of RGB (Red+Green+Blue) = 31+118+127=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 127 - color contains mainly: blue. Hex color #1F767F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F767F is #E08980. Grayscale: #5C5C5C. Windows color (decimal): -14715265 or 8353311. OLE color: 8353311.

HSL color Cylindrical-coordinate representation of color #1F767F: hue angle of 185.62º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F767F is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 31 118 127 -
CMYK 0.76 0.07 0 0.50
HSL 185.63º 0.61% 0.31% -
HSV(B) 185.63º 0.76% 0.5% -
XYZ 10.87 14.78 22.36 -
YUV 93.01 147.18 83.77 -
System Red Green Blue C M Y K H S L
Decimal 31 118 127 0.76 0.07 0 0.50 185.63 0.61 0.31
Hex 1F 76 7F 4C 7 0 32 BA 3D 1F
Octal 37 166 177 114 7 0 62 272 75 37
Binary 11111 1110110 1111111 1001100 111 0 110010 10111010 111101 11111

Color Harmonies of #1F767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F767F

Black with #1F767F

Text Example


Text Example

White with #1F767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F767F; }

 p { color: rgb(31,118,127); }

 H1.HeaderClassName
 {
   color: #1F767F;
 }
 .AnyTagClassName
 {
   color: #1F767F;
 }
</style>

background-color css

<style>
 a { background-color: #1F767F; }

 a { background-color: rgb(31,118,127); }

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

border-color css

<style>
 span { border-color: #1F767F; }

 span { border-color: rgb(31,118,127); }

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