Html Css Color HEX #07505C Sherpa Blue

📋 copy color: '#07505C'

red 7 ◦ green 80 ◦ blue 92

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

Shades of Sherpa Blue #07505C

Tints of Sherpa Blue #07505C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.69%

 BLUE value IS 92 (36.33% from 255) = 51.4%

R = 3.91%
G = 44.69%
B = 51.4%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#07505C (or 0x07505C) is known color: Sherpa Blue. HEX triplet: 07, 50 and 5C. RGB value is (7,80,92). Sum of RGB (Red+Green+Blue) = 7+80+92=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #07505C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07505C is #F8AFA3. Grayscale: #3B3B3B. Windows color (decimal): -16297892 or 6049799. OLE color: 6049799.

HSL color Cylindrical-coordinate representation of color #07505C: hue angle of 188.47º 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 #07505C is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 80 92 -
CMYK 0.92 0.13 0 0.64
HSL 188.47º 0.86% 0.19% -
HSV(B) 188.47º 0.92% 0.36% -
XYZ 4.89 6.56 11.13 -
YUV 59.54 146.32 90.52 -
System Red Green Blue C M Y K H S L
Decimal 7 80 92 0.92 0.13 0 0.64 188.47 0.86 0.19
Hex 7 50 5C 5C D 0 40 BC 56 13
Octal 7 120 134 134 15 0 100 274 126 23
Binary 111 1010000 1011100 1011100 1101 0 1000000 10111100 1010110 10011

Color Harmonies of #07505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07505C

Black with #07505C

Text Example


Text Example

White with #07505C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07505C; }

 p { color: rgb(7,80,92); }

 H1.HeaderClassName
 {
   color: #07505C;
 }
 .AnyTagClassName
 {
   color: #07505C;
 }
</style>

background-color css

<style>
 a { background-color: #07505C; }

 a { background-color: rgb(7,80,92); }

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

border-color css

<style>
 span { border-color: #07505C; }

 span { border-color: rgb(7,80,92); }

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