Html Css Color HEX #074D5B Sherpa Blue

📋 copy color: '#074D5B'

red 7 ◦ green 77 ◦ blue 91

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

Shades of Sherpa Blue #074D5B

Tints of Sherpa Blue #074D5B

RGB

 RED value IS 7 (3.13% from 255) = 4%

 GREEN value IS 77 (30.47% from 255) = 44%

 BLUE value IS 91 (35.94% from 255) = 52%

R = 4%
G = 44%
B = 52%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#074D5B (or 0x074D5B) is known color: Sherpa Blue. HEX triplet: 07, 4D and 5B. RGB value is (7,77,91). Sum of RGB (Red+Green+Blue) = 7+77+91=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #074D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074D5B is #F8B2A4. Grayscale: #393939. Windows color (decimal): -16298661 or 5983495. OLE color: 5983495.

HSL color Cylindrical-coordinate representation of color #074D5B: hue angle of 190º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074D5B is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 77 91 -
CMYK 0.92 0.15 0 0.64
HSL 190º 0.86% 0.19% -
HSV(B) 190º 0.92% 0.36% -
XYZ 4.63 6.11 10.83 -
YUV 57.67 146.81 91.86 -
System Red Green Blue C M Y K H S L
Decimal 7 77 91 0.92 0.15 0 0.64 190 0.86 0.19
Hex 7 4D 5B 5C F 0 40 BE 56 13
Octal 7 115 133 134 17 0 100 276 126 23
Binary 111 1001101 1011011 1011100 1111 0 1000000 10111110 1010110 10011

Color Harmonies of #074D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074D5B

Black with #074D5B

Text Example


Text Example

White with #074D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074D5B; }

 p { color: rgb(7,77,91); }

 H1.HeaderClassName
 {
   color: #074D5B;
 }
 .AnyTagClassName
 {
   color: #074D5B;
 }
</style>

background-color css

<style>
 a { background-color: #074D5B; }

 a { background-color: rgb(7,77,91); }

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

border-color css

<style>
 span { border-color: #074D5B; }

 span { border-color: rgb(7,77,91); }

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